Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!inuxc!pur-ee!pucc-j!pucc-h!pur-phy!kran!duncan!authorplaceholder From: lawrence@duncan.UUCP Newsgroups: net.sources Subject: Re: MicroEMACS 3.5+ BUG FIX Message-ID: <3300027@duncan> Date: Fri, 9-May-86 15:56:00 EDT Article-I.D.: duncan.3300027 Posted: Fri May 9 15:56:00 1986 Date-Received: Wed, 14-May-86 13:15:46 EDT References: <3300025@duncan> Lines: 25 Nf-ID: #R:duncan:3300025:duncan:3300027:000:558 Nf-From: duncan.UUCP!lawrence May 9 15:56:00 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