From: Sam Leffler Date: Tue, 28 Jun 1983 05:16:27 +0000 (-0800) Subject: date and time created 83/06/27 14:16:27 by sam X-Git-Tag: BSD-4_2-Snapshot-Development~1292 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/c5400a2c7217ca25e4cefd58038531e5735644ec date and time created 83/06/27 14:16:27 by sam SCCS-vsn: lib/libplot/t300s/erase.c 4.1 --- diff --git a/usr/src/lib/libplot/t300s/erase.c b/usr/src/lib/libplot/t300s/erase.c new file mode 100644 index 0000000000..850ac233bf --- /dev/null +++ b/usr/src/lib/libplot/t300s/erase.c @@ -0,0 +1,11 @@ +#ifndef lint +static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%"; +#endif + +#include "con.h" +erase(){ + int i; + for(i=0; i<11*(VERTRESP/VERTRES); i++) + spew(DOWN); + return; +}