Changeset d2cc7e1 in mainline for uspace/app/tetris/screen.c


Ignore:
Timestamp:
2009-03-21T11:26:31Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a5116db
Parents:
5b8c75a
Message:

Buffer console output with line granularity. Makes esp. msim/ski console faster. EGA-fb needs fixing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/screen.c

    r5b8c75a rd2cc7e1  
    116116{
    117117        console_goto(r, c);
    118 }
    119 
    120 static void fflush(void)
    121 {
    122         console_flush();
    123118}
    124119
     
    275270        if (cur_so)
    276271                resume_normal();
    277         fflush();
     272        fflush(stdout);
    278273}
    279274
Note: See TracChangeset for help on using the changeset viewer.