Changeset 501a8ba in mainline for tetris/screen.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/screen.c
r153a209 r501a8ba 62 62 static int curscore; 63 63 static int isset; /* true => terminal is in game mode */ 64 static void (*tstp)(int);65 66 static void scr_stop(int);67 static void stopset(int);68 69 static char70 *CEstr; /* clear to end of line */71 64 72 65 … … 147 140 { 148 141 return async_req_2(con_phone, CONSOLE_GETSIZE, 0, 0, &ws->ws_row, &ws->ws_col); 149 }150 151 static void152 scr_stop(int sig)153 {154 155 scr_end();156 scr_set();157 scr_msg(key_msg, 1);158 142 } 159 143
Note:
See TracChangeset
for help on using the changeset viewer.