Date: Thu, 8 Apr 1999 18:12:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Brian Ronk cc: djgpp AT delorie DOT com Subject: Re: text background In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 8 Apr 1999, Brian Ronk wrote: > Does the intensevideo() work with textbackground()? Yes. For example, Emacs does that all the time. > I tried it with no results. I will guess that I need to use a > textattr() instead. No, both should work. Are you sure you don't use printf and expect it to appear with colors? > One last question, when I did try the > ScreenPutChar(), it gave me a warning "implicit declaration of function > 'int ScreenPutChar(...).'" Make sure your program does #include