On Fri Nov 22 17:11:47 2024 +0000, Michele Dionisio wrote:
thank's for the patch. I apply that but unfortunatly I not add any console verification with
if (VerifyConsoleIoHandle(GetStdHandle(STD_INPUT_HANDLE)) ...
because it work under wine but not under windows. And If I do
if (!_isatty(_fileno(stdin)))
it works under windows but not under wine
I have not add the check for `So I recommend only setting the ctrl_c hander when the /NOBREAK is present`