xref: /original-bsd/lib/libcurses/curses.ext (revision 26e4b21d)
1/*
2 * External variables for the library
3 *
4 * @(#)curses.ext	1.2 (Berkeley) 03/05/81
5 */
6
7/* LINTLIBRARY */
8
9# include	"curses.h"
10# include	"unctrl.h"
11
12extern bool	_echoit, _rawmode, My_term, _endwin;
13
14extern char	ttytype[], *_unctrl[];
15
16extern int	_tty_ch, LINES, COLS;
17
18extern SGTTY	_tty;
19
20char		_putchar();
21
22#ifdef DEBUG
23# define	outf	_outf
24
25FILE		*outf;
26#endif
27