1/*- 2 * Copyright (c) 1981 The Regents of the University of California. 3 * All rights reserved. 4 * 5 * %sccs.include.redist.c% 6 * 7 * @(#)curses.ext 5.6 (Berkeley) 04/19/91 8 */ 9 10/* 11 * External variables for the curses library 12 */ 13 14/* LINTLIBRARY */ 15 16# include "curses.h" 17 18extern bool _echoit, _rawmode, My_term, _endwin; 19 20extern char ttytype[50], *_unctrl[]; 21 22extern int _tty_ch, LINES, COLS; 23 24extern SGTTY _tty; 25 26char _putchar(); 27 28#ifdef DEBUG 29# define outf _outf 30 31FILE *outf; 32#endif 33