date and time created 85/01/02 20:10:49 by jak
[unix-history] / usr / src / lib / libplot / t300 / erase.c
CommitLineData
7a138b98
SL
1#ifndef lint
2static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
3#endif
4
5#include "con.h"
6erase(){
7 int i;
8 for(i=0; i<11*(VERTRESP/VERTRES); i++)
9 spew(DOWN);
10 return;
11}