Changeset b7fd2a0 in mainline for uspace/dist/src/c/demos/tetris/screen.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/tetris/screen.c
r36f0738 rb7fd2a0 147 147 { 148 148 sysarg_t ccap; 149 int rc = console_get_color_cap(console, &ccap);149 errno_t rc = console_get_color_cap(console, &ccap); 150 150 151 151 if (rc != 0) … … 353 353 * 354 354 */ 355 int tgetchar(void)355 errno_t tgetchar(void) 356 356 { 357 357 /* … … 392 392 * 393 393 */ 394 int twait(void)394 errno_t twait(void) 395 395 { 396 396 wchar_t c = 0;
Note:
See TracChangeset
for help on using the changeset viewer.