4.1cBSD/usr/src/usr.lib/lib2648/gdefault.c

Compare this file to the similar file:
Show the results in this format:

/*	gdefault.c	4.1	83/03/09	*/
/*
 * reset terminal to default graphics state
 */

#include "2648.h"

gdefault()
{
	escseq(ESCM);
	outstr("r");
}