(no message)
[unix-history] / usr / src / lib / libcurses / curses.ext
CommitLineData
bc0d3b1e
SL
1/* curses.ext 1.3 83/07/02 */
2
100339fe 3/*
bc0d3b1e 4 * External variables for the curses library
100339fe
KA
5 */
6
7/* LINTLIBRARY */
8
9# include "curses.h"
100339fe
KA
10
11extern bool _echoit, _rawmode, My_term, _endwin;
12
13extern char ttytype[], *_unctrl[];
14
15extern int _tty_ch, LINES, COLS;
16
17extern SGTTY _tty;
18
19char _putchar();
b684d117
KA
20
21#ifdef DEBUG
22# define outf _outf
23
24FILE *outf;
25#endif