|
|
1.1 root 1: /* @(#) _c_clean.c: 1.1 10/15/83 (1.21 2/11/83) */
2:
3: #include "curses.ext"
4:
5: extern int _outch();
6:
7: _c_clean ()
8: {
9: #ifdef DEBUG
10: if(outf) fprintf(outf, "_c_clean().\n");
11: #endif
12: _hlmode (0);
13: _kpmode(0);
14: SP->virt_irm = 0;
15: _window(0, lines-1, 0, columns-1);
16: _syncmodes();
17: tputs(exit_ca_mode, 0, _outch);
18: tputs(cursor_normal, 0, _outch);
19: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.