Date: Sun, 27 Oct 1996 15:15:55 +0200 (IST) From: Eli Zaretskii To: Jeremy Bourque Cc: djgpp AT delorie DOT com Subject: Re: Turning off stack traces In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 27 Oct 1996, Jeremy Bourque wrote: > 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? Define your own handler for the SIGINT signal and make it just call `exit'.