add mpool
[unix-history] / usr / src / lib / libcurses / curses.ext
CommitLineData
a493d448 1/*-
95b1e971 2 * Copyright (c) 1981 The Regents of the University of California.
2f14f200 3 * All rights reserved.
97cfa409 4 *
a493d448 5 * %sccs.include.redist.c%
2f14f200 6 *
a493d448 7 * @(#)curses.ext 5.6 (Berkeley) %G%
87c6fcf8
DF
8 */
9
100339fe 10/*
bc0d3b1e 11 * External variables for the curses library
100339fe
KA
12 */
13
14/* LINTLIBRARY */
15
16# include "curses.h"
100339fe
KA
17
18extern bool _echoit, _rawmode, My_term, _endwin;
19
d20fafb5 20extern char ttytype[50], *_unctrl[];
100339fe
KA
21
22extern int _tty_ch, LINES, COLS;
23
24extern SGTTY _tty;
25
26char _putchar();
b684d117
KA
27
28#ifdef DEBUG
29# define outf _outf
30
31FILE *outf;
32#endif