Date: Wed, 16 Sep 1998 11:59:34 +0300 (IDT) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: textcolor Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 11 Sep 1998, Andreas Hensel wrote: > When I use textcolor(RED), the color of the following char's isn't > changed. What function do you use to write the characters after the call to `textcolor'? You need to use one of the conio functions, like `cputs', `cprintf' or `putch', not stdio functions like `printf'.