Date: Sun, 27 Oct 1996 01:28:37 -0400 Message-Id: <199610270528.BAA22114@delorie.com> From: DJ Delorie To: jbourque AT cs DOT mun DOT ca CC: djgpp AT delorie DOT com In-reply-to: (message from Jeremy Bourque on Sun, 27 Oct 1996 01:24:41 -0330 (NST)) Subject: Re: Turning off stack traces > All I want to know (having spent hours searching the website) is, how do > I trun off the error displays when I quit a program using Ctrl-C or > Ctrl-break. I want my program just to end, not to produce an error > message or a stack trace. Can that be done? Try 2.01 instead, I think we addressed that issue for Ctrl-C. Ctrl-Break will *always* force an "unfriendly" exit. It's there as a last resort and debugging aide.