MicroEMACS 3.5+ BUG FIX

lawrence at duncan.UUCP lawrence at duncan.UUCP
Sat May 10 05:56:00 AEST 1986


and yet another bug fix. This is also for version 3.6f

	in display.c, in the function vtinit() replace the lines:

#if	COLOR
	vp->fcolor = 7;
	vp->bcolor = 0;
#endif

	with:

#if	COLOR
	vp->rfcolor = 7;
	vp->rbcolor = 0;
#endif

	this will get rid of some annoying garbage that is printing
out. (actually this garbage is an ANSI color set sequence for an out
of range color. I set the wrong flags when i initialized the screen)

	Thanx for bearing with me,
					Daniel Lawrence
					ihnp4!pur-ee!pur-phy!duncan!lawrence
			or		ihnp4!itivax!duncan!lawrence



More information about the Comp.sources.unix mailing list