delorie.com/archives/browse.cgi | search |
Date: | Tue, 23 Mar 1999 06:19:49 -0500 |
Message-Id: | <199903231119.GAA18879@mescaline.gnu.org> |
From: | Eli Zaretskii <eliz AT gnu DOT org> |
To: | djgpp AT delorie DOT com |
In-reply-to: | <7cu83q$3pg$1@news.koti.tpo.fi> (ililka@mantta.fi) |
Subject: | Re: No CTRL + Break |
References: | <7cu83q$3pg$1 AT news DOT koti DOT tpo DOT fi> |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
From: "Ilari Kaartinen" <ililka AT mantta DOT fi> How can I disable whoever to press Ctrl + Break while using my program. (Ctrl + c) Install a signal handler for the SIGINT signal and make it simply return. See the docs of the `signal' function in the library docs.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |