
tell the terminal device not to send any signal (like with stty -isig in a shell).tell the terminal device that the character that causes a SIGINT to be sent to the foreground job is something else (like with stty int '^K' in a shell).


tell the terminal device not to send any signal (like with stty -isig in a shell).tell the terminal device that the character that causes a SIGINT to be sent to the foreground job is something else (like with stty int '^K' in a shell).