1 /* Begin include file ns_curses.h */ 2 /* @(#)ns_curses.h 1.1 (1.1) */ 3 4 /* Defines and includes required for curses to work in a non- */ 5 /* standard environment. */ 6 7 #include "RecStruct.h" 8 #include "VTio.h" 9 #include "VTioctl.h" 10 11 /* Make sure that curshdr.h is included before workst.h is */ 12 /* brought in so that screen can be defined properly. */ 13 14 #ifndef INFINITY 15 #include "curshdr.h" 16 #endif 17 18 #include "workst.h" 19 20 #define SP ((struct screen *)&(WS->w_screen)) 21 22 #define cur_term WS->w_cur_term 23 24 #define outputspeed(x) B9600 25 26 27 /* End include file ns_curses.h */