Rev 1533 | Rev 1575 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1533 | Rev 1551 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | #include "../console/console.h" |
53 | #include "../console/console.h" |
| 54 | 54 | ||
| 55 | static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */ |
55 | static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */ |
| 56 | static int curscore; |
56 | static int curscore; |
| 57 | static int isset; /* true => terminal is in game mode */ |
57 | static int isset; /* true => terminal is in game mode */ |
| 58 | static struct termios oldtt; |
- | |
| 59 | static void (*tstp)(int); |
58 | static void (*tstp)(int); |
| 60 | 59 | ||
| 61 | static void scr_stop(int); |
60 | static void scr_stop(int); |
| 62 | static void stopset(int); |
61 | static void stopset(int); |
| 63 | 62 | ||