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

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

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

#include "2648.h"

zoomon()
{
	escseq(ESCD);
	outchar('g');
}

zoomoff()
{
	escseq(ESCD);
	outchar('h');
}