From: newsham AT lava DOT net (Tim Newsham) Subject: console 'Got 1' 20 Sep 1998 13:21:04 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: cygwin32-developers AT cygnus DOT com Hi, console.cc has some printing in it that looks like debugging. If you do: printf("%c%c\n", 1, 2); to the console window, it will say "Got 1" and "Got 2" instead of printing out the characters 1 and 2. This can be confusing :) Tim N.