From: Eli Zaretskii To: apsh AT ecr DOT mu DOT oz DOT au (Alistair_P SHILTON) Cc: djgpp AT delorie DOT com In-reply-to: <8ps0im$f84$1@mulga.cs.mu.OZ.AU> (apsh@ecr.mu.oz.au) Subject: Re: keyboard int 9 and djgpp References: <8ps0im$f84$1 AT mulga DOT cs DOT mu DOT OZ DOT AU> Message-Id: <20000923224032.8C0E023142@titan.progiciels-bpi.ca> Date: Sat, 23 Sep 2000 18:40:32 -0400 (EDT) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: apsh AT ecr DOT mu DOT oz DOT au (Alistair_P SHILTON) > Newsgroups: comp.os.msdos.djgpp > Date: 15 Sep 2000 02:12:38 GMT > > What I don't understand is how come control-c still works (ie. stops the > program!). Did you consider the possibility that the DJGPP startup code installs its own handler for the keyboard? Because that's what happens (it is needed for generating SIGINT from Ctrl-C).