Changeset d2cc7e1 in mainline for uspace/app/tetris/tetris.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/tetris.c

    r5b8c75a rd2cc7e1  
    391391                                        scr_msg(key_msg, 0);
    392392                                        scr_msg(msg, 1);
    393         //                              (void) fflush(stdout);
     393                                        (void) fflush(stdout);
    394394                                } while (rwait((struct timeval *)NULL) == -1);
    395395                                scr_msg(msg, 0);
Note: See TracChangeset for help on using the changeset viewer.