Subj : CVS commit src/conio/win32cio.c To : All From : rswindell Date : Wed Oct 05 2005 01:25 am src/conio win32cio.c 1.56 1.57 Update of /cvsroot/sbbs/src/conio In directory cvs.synchro.net:/tmp/cvs-serv8150 Modified Files: win32cio.c Log Message: Support pasting of ex-ASCII chars using the Windows console Edit->Paste menu item. Fix bugs with enter high-ASCII chars (getting sign-extended causing an infinite loop and garbage input). Added debug output (using OutputDebugString) - only in debug builds. .