| delorie.com/archives/browse.cgi | search |
| Message-Id: | <2.2.32.19960817131635.00696720@pla-net.net> |
| Mime-Version: | 1.0 |
| Date: | Sat, 17 Aug 1996 13:16:35 +0000 |
| To: | djgpp AT delorie DOT com |
| From: | Steven Ferry <beast AT thor DOT pla-net DOT net> |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |