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

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

/*	set.c	4.1	83/03/09	*/
/*
 * Routines to set line type.
 */

#include "2648.h"

setxor()
{
	_supsmode = MX;
}

setclear()
{
	_supsmode = _video==INVERSE ? MS : MC;
}

setset()
{
	_supsmode = _video==INVERSE ? MC : MS;
}