Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3165 → Rev 3166

/branches/dynload/uspace/app/cli/cli.c
51,6 → 51,7
chars = 0;
while (chars < n - 1) {
c = getchar();
if (c < 0) exit(0);
if (c == '\n') break;
if (c == '\b') {
if (chars > 0) {