To: dj AT ctron DOT com (DJ Delorie) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Trapping Ctrl-C Reply-To: Steve Caine Date: Mon, 16 May 94 20:00:28 -0700 From: Steve Caine > If you call _go32_want_ctrl_break(), you can *poll* for ^C (see > samples/dpmi/ctrlbrk.c). You can't do much in an interrupt handler or > real-mode callback anyway, so polling is about it for now. Thanks very much. Polling fits my application perfectly. Steve.