/* curses.ext 1.3 83/07/02 */ /* * External variables for the curses library */ /* LINTLIBRARY */ # include "curses.h" extern bool _echoit, _rawmode, My_term, _endwin; extern char ttytype[], *_unctrl[]; extern int _tty_ch, LINES, COLS; extern SGTTY _tty; char _putchar(); #ifdef DEBUG # define outf _outf FILE *outf; #endif