To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Ctrl-Break, Ctrl-C Date: Sun, 13 Mar 94 14:27:59 EST From: Matthew Eldridge Often when I'm compiling I'll want to kill the compile halfway through, as it isn't too fast on my machine. Hitting 'Ctrl-Break' only seems to make the machine pause, print out stack & register information, and then it carries on its merry way... My compiled DJGPP programs are stopped dead in their tracks by Ctrl-Break, why isn't the compiler itself? Is there some way I can make this happen? -Matthew