Changeset d2cc7e1 in mainline for uspace/app/tetris/screen.c
- Timestamp:
- 2009-03-21T11:26:31Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 0a5116db
- Parents:
- 5b8c75a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/screen.c
r5b8c75a rd2cc7e1 116 116 { 117 117 console_goto(r, c); 118 }119 120 static void fflush(void)121 {122 console_flush();123 118 } 124 119 … … 275 270 if (cur_so) 276 271 resume_normal(); 277 fflush( );272 fflush(stdout); 278 273 } 279 274
Note:
See TracChangeset
for help on using the changeset viewer.