from berkman
[unix-history] / usr / src / lib / libplot / t450 / erase.c
CommitLineData
d5f55a3c
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}