CompuServe Messages

Market Survey

    09-Jan-88 20:31:20
Sb: #102438-Market Survey
Fm: Bob Rakosky 75156,336
To: BILL LEACH 71330,2621
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