Sender: nate AT cartsys DOT com Message-ID: <35FD66B3.EE23889E@cartsys.com> Date: Mon, 14 Sep 1998 11:55:47 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Andreas Hensel CC: djgpp AT delorie DOT com Subject: Re: textcolor References: <6tbi35$2ql$1 AT news01 DOT btx DOT dtag DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Andreas Hensel wrote: > > Hello, programmers, > > i've got a problem with 'textcolor()' in RHIDE. > When I use textcolor(RED), the color of the following char's isn't > changed. > Only when I make a clrscr(), is the textcolor RED. > But I want to write some menu items in two colors (you know, what my > idea is). What are you using to output the text? It should be the conio functions (cprintf, etc), since stdio does not work with special text stuff. -- Nate Eldredge nate AT cartsys DOT com