|
|
1.1 root 1: /*
2: * Copyright (c) 1981 Regents of the University of California.
3: * All rights reserved.
4: *
5: * Redistribution and use in source and binary forms are permitted
6: * provided that this notice is preserved and that due credit is given
7: * to the University of California at Berkeley. The name of the University
8: * may not be used to endorse or promote products derived from this
9: * software without specific prior written permission. This software
10: * is provided ``as is'' without express or implied warranty.
11: *
12: * @(#)curses.ext 5.4 (Berkeley) 6/8/88
13: */
14:
15: /*
16: * External variables for the curses library
17: */
18:
19: /* LINTLIBRARY */
20:
21: # include "curses.h"
22:
23: extern bool _echoit, _rawmode, My_term, _endwin;
24:
25: extern char ttytype[50], *_unctrl[];
26:
27: extern int _tty_ch, LINES, COLS;
28:
29: extern SGTTY _tty;
30:
31: char _putchar();
32:
33: #ifdef DEBUG
34: # define outf _outf
35:
36: FILE *outf;
37: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.