blob: bb1e3d9bb0fa68b5bfb8cf026f056cab5c5822ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include <config-os2.h>
#include <types.h>
#undef HAVE_POSIX_SIGNALS
#undef HAVE_BSD_SIGNALS
#define TERMIO_TTY_DRIVER
#define ScreenCols() 80
#define ScreenRows() 25
#define tputs(a,b,c) puts(a)
#define kbhit _kbhit
//#define _read_kbd(a, b, c) _kbhit()
|