- Sep
- 5
- 0
Hi Rex, I'm a long time user of TCC and love it. I've had this issue for years, and was wondering what can be done about it. Essentially, after pressing Ctrl-Break. in a console app launched from TCC, upon exit TCC echos ^C. CMD.EXE does not do this:
TCC [E:\BASIC]
basic
BASIC-x86 Rev. 1.62
[Windows Version]
Copyright 1990,2011-2017 (c) by S.Pagliarulo
Created: 22-Aug-2017
126971 Bytes free
Ok
[Press Ctrl-Break]
system
^C <- echoed by TCC
TCC [E:\BASIC]
_
Some additional info, my console app installs a handler routine and catches CTRL_BREAK_EVENT and CTRL_C_EVENT. Inside the handler, not much is done other than record the event and return TRUE.
Thanks!
TCC [E:\BASIC]
basic
BASIC-x86 Rev. 1.62
[Windows Version]
Copyright 1990,2011-2017 (c) by S.Pagliarulo
Created: 22-Aug-2017
126971 Bytes free
Ok
[Press Ctrl-Break]
system
^C <- echoed by TCC
TCC [E:\BASIC]
_
Some additional info, my console app installs a handler routine and catches CTRL_BREAK_EVENT and CTRL_C_EVENT. Inside the handler, not much is done other than record the event and return TRUE.
Thanks!