--- src/config.h.orig Fri Feb 6 04:10:31 1998 +++ src/config.h Mon Feb 9 09:38:23 1998 @@ -46,13 +46,13 @@ * OPTION: define "SPECIAL_BSD" for using certain versions of UNIX * that use the 4.4BSD Lite version of Curses in "main-gcu.c" */ -/* #define SPECIAL_BSD */ +#define SPECIAL_BSD /* * OPTION: Use the POSIX "termios" methods in "main-gcu.c" */ -/* #define USE_TPOSIX */ +#define USE_TPOSIX /* * OPTION: Use the "termio" methods in "main-gcu.c"