|
|
1.1 root 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.
5: *
6: * @(#)curses.ext 5.2 (Berkeley) 6/19/85
7: */
8:
9: /*
10: * External variables for the curses library
11: */
12:
13: /* LINTLIBRARY */
14:
15: # include "curses.h"
16:
17: extern bool _echoit, _rawmode, My_term, _endwin;
18:
19: extern char ttytype[50], *_unctrl[];
20:
21: extern int _tty_ch, LINES, COLS;
22:
23: extern SGTTY _tty;
24:
25: char _putchar();
26:
27: #ifdef DEBUG
28: # define outf _outf
29:
30: FILE *outf;
31: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.