|
|
BSD 4.3reno
#ifndef lint
static char sccsid[] = "@(#)erase.c 4.1 (Berkeley) 11/11/83";
#endif
#include "aed.h"
/*---------------------------------------------------------
* This routine erases the screen.
*
* Results: None.
* Side Effects: The screen is cleared.
*---------------------------------------------------------
*/
erase()
{
setcolor("FF");
putc('\14', stdout);
putc('\33', stdout);
putc('Q', stdout);
outxy20(curx, cury);
(void) fflush(stdout);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.