date and time created 83/11/11 15:12:01 by ralph
[unix-history] / usr / src / lib / libplot / t4014 / erase.c
CommitLineData
93d84bc2
SL
1#ifndef lint
2static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
3#endif
4
5extern int ohiy;
6extern int ohix;
7extern int oloy;
8extern int oextra;
9erase(){
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}