Mail Archives: djgpp/2000/06/14/12:14:25
On Wed, 14 Jun 2000, Damian Yerrick wrote:
> On Wed, 14 Jun 2000 08:17:11 -0500, "Joe Toth" <jtoth AT megsinet DOT net>
> wrote:
>
> >You should only use the 'dark' collors listed in <conio.h> 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.
- Raw text -