date and time created 83/06/27 14:16:27 by sam
[unix-history] / usr / src / lib / libplot / t300s / 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;
}