The Application.[_handle_exception](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/68e5b8eddd859d2163a39ef20c753619d3d159b2/prompt_toolkit/application/application.py#L816) function will call [_do_wait_for_enter](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/68e5b8eddd859d2163a39ef20c753619d3d159b2/prompt_toolkit/application/application.py#L1152) 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?