Market Survey
Bill,
The command description is misleading, then. When you 'type a cntrl-c' to
the program, console.device (I think) detects that and generates a signal that
is sent to the process. If my program is not listening for that signal, then I
never know about it. If my program is listening for keyboard events, I will
get a keyboard event for the cntrl-c, but not for the 'break signal'. The
break command generates the break signal for the process, but not the keyboard
event. There is a (subtle) difference.
..Bob