Changeset 13c4fe0 in mainline for uspace/lib/clui/tinput.c


Ignore:
Timestamp:
2012-08-16T11:38:57Z (12 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dc5aa568, f73b291
Parents:
7a7b8efa
Message:

Remove debugging output accidentally left in the previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/clui/tinput.c

    r7a7b8efa r13c4fe0  
    617617                                break;
    618618                        if (col) {
    619                                 printf("-");
     619                                printf(" ");
    620620                                display_col++;
    621621                        }
     
    625625                        if (col < cols - 1) {
    626626                                for (i = compl_width; i < col_width; i++) {
    627                                         printf("=");
     627                                        printf(" ");
    628628                                        display_col++;
    629629                                }
     
    631631                }
    632632                if ((display_col % ti->con_cols) > 0) printf("\n");
    633                 printf("%u %u\n", display_col, (unsigned int) ti->con_cols);
    634633        }
    635634        fflush(stdout);
Note: See TracChangeset for help on using the changeset viewer.