Message-ID: <362722C0.504@teleline.es> Date: Fri, 16 Oct 1998 12:41:04 +0200 From: Mariano Alvarez Fernández Organization: teleline.es X-Mailer: Mozilla 3.01Gold [es]C (Win95; I) MIME-Version: 1.0 To: Goh Yong Kwang CC: djgpp AT delorie DOT com Subject: Re: How to implement a CTRL-C handler? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Infomail-Id: 908543498.2DA9010A811067.23498 Reply-To: djgpp AT delorie DOT com >From what I know, I think I've to implement some sort of CTRL-C >handler/function/routine but I've totally no idea how to do it. Can >anyone help me with this? Or you can inhibit ctrl+c using: __djgpp_set_ctrl_c( 0 ); and ever inhibit ctrl+break with: _go32want_ctrl_break( 1 );