overlay, not overwrite; bug report 4.3BSD/usr.lib/51, tahoe/usr.lib/2
[unix-history] / usr / src / lib / libcurses / curses.ext
CommitLineData
87c6fcf8
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
97cfa409 5 *
d20fafb5 6 * @(#)curses.ext 5.2 (Berkeley) 6/19/85
87c6fcf8
DF
7 */
8
100339fe 9/*
bc0d3b1e 10 * External variables for the curses library
100339fe
KA
11 */
12
13/* LINTLIBRARY */
14
15# include "curses.h"
100339fe
KA
16
17extern bool _echoit, _rawmode, My_term, _endwin;
18
d20fafb5 19extern char ttytype[50], *_unctrl[];
100339fe
KA
20
21extern int _tty_ch, LINES, COLS;
22
23extern SGTTY _tty;
24
25char _putchar();
b684d117
KA
26
27#ifdef DEBUG
28# define outf _outf
29
30FILE *outf;
31#endif