Changeset 501a8ba in mainline for tetris/input.c
- Timestamp:
- 2006-06-16T21:20:51Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d3cd9774
- Parents:
- 153a209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tetris/input.c
r153a209 r501a8ba 109 109 } else 110 110 s = NULL; 111 again: 111 112 112 if (!lastchar) { 113 113 if (!getchar_inprog) … … 143 143 { 144 144 struct timeval tv; 145 char c;146 145 147 146 tv.tv_sec = 0;
Note:
See TracChangeset
for help on using the changeset viewer.