Date: Wed, 14 Jun 2000 19:13:53 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: dos color ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 14 Jun 2000, Damian Yerrick wrote: > On Wed, 14 Jun 2000 08:17:11 -0500, "Joe Toth" > wrote: > > >You should only use the 'dark' collors listed in for the > >first of the two COLORS listed above. If you specify one of the > >light colors, it will be the same as entering the BLINK value. > > However, there's a call to BIOS to turn off blinking and enable high > intensity backgrounds. Check Ralf Brown's INT 10 docs. No need to do that: the DJGPP library has a function called `intensevideo' that does this for you.