Date: Tue, 12 May 1998 10:36:12 +0300 (IDT) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: CTRL-C runs an infinite loop In-Reply-To: <3557106c.11293653@news> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 11 May 1998, Andreas Kochenburger wrote: > Possible cause: > Due to a queer design decision by MS the SIGINT interrupt is not > supported for signal() under Win32, nevertheless you can cause havoc > with Ctrl-C. Huh? Can you please tell what evidence do you have to support that claim? I'm using DJGPP on Windows all the time, and I haven't seen anything different, neither in the way Ctrl-C generates SIGINT in DJGPP programs, nor how DJGPP's `signal' function and its ilk work on Windows. Please elaborate.