Mail Archives: djgpp/1999/04/08/12:14:22
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 <pc.h>
- Raw text -