Date: Tue, 27 Oct 1998 21:12:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: leroy cc: djgpp AT delorie DOT com Subject: Re: A fairly stupid question about text attributes In-Reply-To: <3635B983.B3E9124D@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 27 Oct 1998, leroy wrote: > I'm fairly new to DJGPP but I can't seem to work out a way of changing > the text mode attributes for the background and foreground. Make sure you call `cprintf' and `cputs' instead of `printf' and `puts' after changing the colors.