Message-Id: <2.2.32.19960817131635.00696720@pla-net.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 17 Aug 1996 13:16:35 +0000 To: djgpp AT delorie DOT com From: Steven Ferry Subject: Re: textcolor problem At 07:24 PM 8/16/96 GMT, you wrote: >Can someone post an code example that uses textcolor, textbackground, >and textattr? > >Other than the conio.h include and the textcolor statement itself, what >do I need in order to turn on color? My code is not working. textcolor(1); textbackground(7); cprintf("blah"); that -should- work