From: Sam Leffler Date: Tue, 28 Jun 1983 05:19:18 +0000 (-0800) Subject: date and time created 83/06/27 14:19:18 by sam X-Git-Tag: BSD-4_2-Snapshot-Development~1277 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/93d84bc212386864492c3f80c39f2ca6e5558ad9 date and time created 83/06/27 14:19:18 by sam SCCS-vsn: lib/libplot/t4014/erase.c 4.1 --- diff --git a/usr/src/lib/libplot/t4014/erase.c b/usr/src/lib/libplot/t4014/erase.c new file mode 100644 index 0000000000..c7855e176b --- /dev/null +++ b/usr/src/lib/libplot/t4014/erase.c @@ -0,0 +1,19 @@ +#ifndef lint +static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%"; +#endif + +extern int ohiy; +extern int ohix; +extern int oloy; +extern int oextra; +erase(){ + int i; + putch(033); + putch(014); + ohiy= -1; + ohix = -1; + oextra = -1; + oloy = -1; + sleep(2); + return; +}