The POSIXTerminal deinit does not seem to be called on Linux or MacOS when closing the demo using ctrl-c. I did some testing by adding fatalError("not called") as the first line of the deinit.
I see you have a note about setting up a SIGWINCH handler would an acceptable fix be adding a SIGINT handler and manually reset termios?
Thanks,
Zane
The
POSIXTerminaldeinitdoes not seem to be called on Linux or MacOS when closing the demo usingctrl-c. I did some testing by addingfatalError("not called")as the first line of thedeinit.I see you have a note about setting up a
SIGWINCHhandler would an acceptable fix be adding aSIGINThandler and manually resettermios?Thanks,
Zane