|
|
1.1 root 1: #ifndef lint
2: static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) 6/27/83";
3: #endif
4:
5: extern int ohiy;
6: extern int ohix;
7: extern int oloy;
8: extern int oextra;
9: erase(){
10: int i;
11: putch(033);
12: putch(014);
13: ohiy= -1;
14: ohix = -1;
15: oextra = -1;
16: oloy = -1;
17: sleep(2);
18: return;
19: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.