Date: Thu, 6 Apr 2000 22:51:47 +0500 Message-Id: <200004061751.WAA02957@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <38EC3515.B1B13DF7@home.com> (message from Robin Johnson on Thu, 06 Apr 2000 06:56:15 GMT) Subject: Re: Text Colors References: <38EC3515 DOT B1B13DF7 AT home DOT com> 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 > In a few old demos, I have seen the color of the text in textmode changed from > the default 16 colors, from eg, to 15 shades of green, any comments on how to > accomplish this in DJGPP? There's a function in INT 10h to change the VGA text mode palette. It's in the Ralf Brown's Interrupt list.