Changeset 13c4fe0 in mainline
- Timestamp:
- 2012-08-16T11:38:57Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dc5aa568, f73b291
- Parents:
- 7a7b8efa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/clui/tinput.c
r7a7b8efa r13c4fe0 617 617 break; 618 618 if (col) { 619 printf(" -");619 printf(" "); 620 620 display_col++; 621 621 } … … 625 625 if (col < cols - 1) { 626 626 for (i = compl_width; i < col_width; i++) { 627 printf(" =");627 printf(" "); 628 628 display_col++; 629 629 } … … 631 631 } 632 632 if ((display_col % ti->con_cols) > 0) printf("\n"); 633 printf("%u %u\n", display_col, (unsigned int) ti->con_cols);634 633 } 635 634 fflush(stdout);
Note:
See TracChangeset
for help on using the changeset viewer.