|
|
1.1 root 1: /* @(#) curses.c: 1.1 10/15/83 (1.8 3/6/83) */
2: /*
3: * Define global variables
4: *
5: * 3/5/81 (Berkeley) @(#)curses.c 1.2
6: */
7: # include "curses.ext"
8:
9: char *Def_term = "unknown"; /* default terminal type */
10: WINDOW *stdscr, *curscr;
11: int LINES, COLS;
12: struct screen *SP;
13:
14: char *curses_version = "Packaged for USG UNIX 6.0, 3/6/83";
15:
16: # ifdef DEBUG
17: FILE *outf; /* debug output file */
18: # endif
19:
20: struct term _first_term;
21: struct term *cur_term = &_first_term;
22:
23: WINDOW *lwin;
24:
25: int _endwin = FALSE;
26:
27: int tputs();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.