Message-ID: <34A1DD78.E0CB38C4@compu.net> Date: Wed, 24 Dec 1997 22:13:44 -0600 From: QlowN Organization: none MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: conio.h question (hopefully a simple one) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: clarksville-8.compu.net Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk ok i've tried and tried to get this to work with djgpp2: #include void main (void) { textbackground(0); textcolor(7); cprintf("This should be in color."); } TIA QlowN