Welcome, Guest. Please login or register.

Author Topic: Replacing default CTRL-C handler  (Read 1101 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Replacing default CTRL-C handler
« on: November 17, 2007, 07:45:14 PM »

There is no handler for Ctrl-C. Ctrl-C is a signal which is sent to your process. Use exec.library/SetSignal(0,0) to get all signals currently active and check if SIGBREAKF_CTRL_C is set.

Bye,
Thomas