[net.sources] MicroEMACS 3.5+ BUG FIX

lawrence@duncan.UUCP (05/09/86)

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

lawrence@duncan.UUCP (05/12/86)

	Just a note to people doing addon's to MicroEMACS 3.6. My current
version has a new PC screen driver on it which speeds up the screen I/O
immensly. It will be released with version 3.7 (sometime in june).

						Daniel Lawrence
					ihnp4!pur-ee!pur-phy!duncan!lawrence