#When BREAK <task> doesnt
25-Nov-91 10:33:03
Sb: #16880-#When BREAK <task> doesnt
Fm: Steve Tibbett 72627,1325
To: Steve Ahlstrom 76703,2006
I do mean a program shutdown from an external event. The external event is
the setting of the SIGBREAKF_CTRL_C task signal bit – which doesn't
necessarily mean a Ctrl-C.
A terminal program would obviously pass a Ctrl-C on to the system you were
connected to – but if I did a STATUS in a CLI window, saw that the terminal
was process 3, and said BREAK 3, I want the terminal program to quit.
…Steve