Date: Wed, 22 Apr 1998 16:50:33 +0300 (IDT) From: Eli Zaretskii To: Lennart Marien cc: djgpp AT delorie DOT com Subject: Re: Help with text* ? In-Reply-To: <6hkk9f$b7p$1@news.metronet.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk On Wed, 22 Apr 1998, Lennart Marien wrote: > Maybe this is a general question which is answered yet, > but why doesn´t textcolor or textbackground work in > DJGPP.I´m using the C compiler. They *do* work, but if you print the text with printf and other stdio functions, you won't see the colors. You need to use cprintf, cputs and other conio functions to se the text colorized.