date and time created 83/11/11 15:12:14 by ralph
[unix-history] / usr / src / lib / libplot / t450 / erase.c
#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;
}