X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 14 Jan 2002 15:15:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: ROLAND cc: djgpp AT delorie DOT com Subject: Re: PMCOM & signals In-Reply-To: <20020114131143.53416.qmail@web9107.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 14 Jan 2002, ROLAND wrote: > Can I use this in an signal() or something, or is > kbhit active as a resident function or something?? I assume that your program has some loop where it does its work. Just call kbhit inside that loop, to periodically check if Ctrl-C was pressed.