Date: Fri, 31 Jan 92 09:04:42 EST From: DJ Delorie To: ckgp!thomas AT uunet DOT uu DOT net Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: DJGPP question Status: O Fixing go32 to ignore ^C is actually easy. I've patched my version to only watch for ^C when it's built as debug32 but not as go32. Look near the top of exphdlr.c, where the exception for the keyboard is checked. There's a test for the scan code for ^C. Put #ifdef DEBUGGER (or whatever is the right line) around it, so that go32 doesn't get that code. DJ dj AT ctron DOT com Life is a banana.