Date: Tue, 23 Mar 1999 06:19:49 -0500 Message-Id: <199903231119.GAA18879@mescaline.gnu.org> From: Eli Zaretskii 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 Precedence: bulk From: "Ilari Kaartinen" 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.