Changeset ef8bcc6 in mainline for uspace/app/bdsh/input.c


Ignore:
Timestamp:
2009-06-15T21:46:21Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
953769f
Parents:
c07af37
Message:

Stdio stream buffering (only for writing a.t.m.) Issue: Do we need two moving delimiters (head, tail) to recover from error or is one moving data delimiter enough, like in the current implementation? (Where the buffer must be drained as a whole, cannot do it part at a time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/input.c

    rc07af37 ref8bcc6  
    148148        char line[INPUT_MAX];
    149149
     150        fflush(stdout);
    150151        console_set_style(fphone(stdout), STYLE_EMPHASIS);
    151152        printf("%s", usr->prompt);
     153        fflush(stdout);
    152154        console_set_style(fphone(stdout), STYLE_NORMAL);
    153155
Note: See TracChangeset for help on using the changeset viewer.