properly define tgetent()
[unix-history] / usr / src / lib / libcurses / curses.ext
/*
* External variables for the library
*
* @(#)curses.ext 1.2 (Berkeley) %G%
*/
/* 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