Date: Sun, 24 Jan 1999 11:02:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: NLHG cc: djgpp AT delorie DOT com Subject: Re: Textcolor() ? In-Reply-To: <78cd6o$n7r$1@nnrp01.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 22 Jan 1999, NLHG wrote: > I'm busy writing a textprogram and I can't get textcolor() or > backgroundcolor to work? You cannot expect people here to guess what your problems are without even showing a single source line. The most probable reason that you think changing colors doesn't work is that you use `printf', `puts', and other stdio functions to output the text. Use `cprintf', `cputs', and other conio functions instead. If the above doesn't help, post some minimal code that you think should work, and describe what the code does when compiled and how you expect it to behave.