date and time created 85/01/02 20:29:50 by jak
[unix-history] / usr / src / lib / libplot / hp2648 / erase.c
#ifndef lint
static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) %G%";
#endif
#include "hp2648.h"
erase()
{
buffready(8);
putchar(ESC);
putchar(GRAPHIC);
putchar(DISPLAY);
putchar('a');
putchar(ESC);
putchar(GRAPHIC);
putchar(PLOT);
putchar(BINARY);
}