RE: Color Output with Printf

2002-05-03 Thread Kilroy, David
I'm not certain how cygwin/UNIX handles color, but I do know that in the DOS of old, you relied on a TSR (ANSI.SYS) to handle the escape codes which gave you color. I would also guess that these escape codes are not the same as the UNIX color escape codes (too long ago to remember them). Sure eno

Re: Color Output with Printf

2002-05-02 Thread Sam Edge
Westley Weimer wrote in <[EMAIL PROTECTED]> on Thu, 2 May 2002 14:41:24 -0700 (PDT): > Clearly it is possible to get red text in a dos prompt window: cygwin does > it somehow. My personal theory is that the normal cygwin version is doing > some special setup before main is called that causes stdo