| 332 | } |
| 333 | |
| 334 | void introff(void) /* disable kbd interrupts if required*/ |
| 335 | { |
| 336 | #ifdef TTY_GRAPHICS |
| 337 | /* Ugly hack to keep from changing tty modes for non-tty games -dlc */ |
| 338 | if (WINDOWPORT(tty) && curttyb2.intr_sym != nonesuch) { |
| 339 | curttyb2.intr_sym = nonesuch; |
| 340 | setctty(); |
| 341 | } |
| 342 | #endif |
| 343 | } |
| 344 | |
| 345 | #ifdef _M_UNIX /* SCO UNIX (3.2.4), from Andreas Arens */ |
| 346 | #include <sys/console.h> |