BSD 4_1c_2 release
[unix-history] / usr / src / usr.lib / libcurses / curses.ext
/*
* External variables for the library
*
* @(#)curses.ext 1.2 (Berkeley) 3/5/81
*/
/* LINTLIBRARY */
# include "curses.h"
# include "unctrl.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