Date: Thu, 19 Nov 1998 20:19:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: coloured text In-Reply-To: <01be13c8$cd145000$0201a8c0@kryptonii> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 19 Nov 1998, kryton wrote: > could someone out there shed some light on how to set text colours ? > without using allegro that is :) Try `textcolor' and `textbackground' to set the colors and `cputs' and `cprintf' to write the text after you set colors.