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

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

/*	rbon.c	4.1	83/03/09	*/

#include "2648.h"

rbon()
{
	setset();
	sync();
	escseq(ESCD);
	outchar('m');
}

rboff()
{
	sync();
	escseq(ESCD);
	outchar('n');
}