Changeset 3d360758 in mainline
- Timestamp:
- 2009-03-05T22:12:59Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ee7377
- Parents:
- f7734012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/input.c
rf7734012 r3d360758 59 59 #include <async.h> 60 60 #include <ipc/console.h> 61 #include <kbd/kbd.h> 61 62 62 63 /* return true iff the given timeval is positive */ … … 112 113 113 114 if (!lastchar) { 115 again: 114 116 if (!getchar_inprog) { 115 117 cons_phone = get_console_phone(); … … 128 130 stop("end of file, help"); 129 131 } 132 if (IPC_GET_ARG1(charcall) == KE_RELEASE) 133 goto again; 134 130 135 lastchar = IPC_GET_ARG4(charcall); 131 136 }
Note:
See TracChangeset
for help on using the changeset viewer.