Date: Mon, 16 Aug 93 10:07:09 -0400 From: DJ Delorie To: terra AT diku DOT dk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Ctrl-break check in go32 > 1. Make it possible to have ctrl-break detected no when it is pressed (in > dos, in go32, in bios, ...) We are talking detection here -- the event > is marked by an integer changing value, not by a signal. This is just > about perfect for Emacs. 1.11 obsoletes this by making the appropriate DPMI services available at all times. This functionality will be available in 1.11 through a convenience API. The function calls will be prototyped in : /* returns number of times hit since last call. (zero first time) */ u_long _go32_was_ctrl_break_hit(); void _go32_want_ctrl_break(int yes); /* auto-yes if call above function */