date and time created 83/03/09 16:22:43 by ralph
[unix-history] / usr / src / old / lib2648 / gdefault.c
/* gdefault.c 4.1 83/03/09 */
/*
* reset terminal to default graphics state
*/
#include "2648.h"
gdefault()
{
escseq(ESCM);
outstr("r");
}