From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Untrapping Ctrl-C in DJGPP Date: Wed, 9 Feb 2000 09:05:50 +0200 Organization: NetVision Israel Lines: 10 Message-ID: References: <01bf725f$15b1d9e0$12e126d4 AT pena-ii> <87po1a$6n6$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <87q3sp$8v4$1 AT news1 DOT sunrise DOT ch> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 950080132 13225 199.203.121.2 (9 Feb 2000 07:08:52 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 9 Feb 2000 07:08:52 GMT X-Sender: eliz AT is In-Reply-To: <87q3sp$8v4$1@news1.sunrise.ch> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 8 Feb 2000, beat studer wrote: > what about __djgpp_set_ctrl_c(0); ? This has additional side-effects, and should be only used if absolutely necessary. It is also DJGPP-specific, so the program will become unportable. I recommend `signal'.