date and time created 85/01/02 20:10:45 by jak
[unix-history] / usr / src / lib / libplot / hp2648 / erase.c
CommitLineData
11c145b0
RC
1#ifndef lint
2static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
3#endif
4
5#include "hp2648.h"
6
7erase()
8{
9 buffready(8);
10 putchar(ESC);
11 putchar(GRAPHIC);
12 putchar(DISPLAY);
13 putchar('a');
14 putchar(ESC);
15 putchar(GRAPHIC);
16 putchar(PLOT);
17 putchar(BINARY);
18}