You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
281 B

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