Open
Description
The Application._handle_exception function will call _do_wait_for_enter which displays "Unhandled exception in event loop:"
When sending SIGINT with CTRL-c while waiting for input, the terminal is left in a "broken" state.
Any tips on how to resolve this without patching _do_wait_for_enter with a key binding for CTRL-c?