date and time created 83/11/10 16:05:18 by ralph
[unix-history] / usr / src / lib / libplot / bitgraph / erase.c
#ifndef lint
static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
#endif
#include "bg.h"
erase()
{
putchar( ESC );
printf("[H");
putchar( ESC );
printf("[J");
}