date and time created 83/11/10 16:05:18 by ralph
[unix-history] / usr / src / lib / libplot / bitgraph / erase.c
CommitLineData
d7399bd5
RC
1#ifndef lint
2static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
3#endif
4
5#include "bg.h"
6
7erase()
8{
9 putchar( ESC );
10 printf("[H");
11 putchar( ESC );
12 printf("[J");
13}