Replies: 1 comment 2 replies
-
I just remove that part of the code so that control-c always just sets the interacting flag, and use control-shift-| to send a sigquit to exit. Just edit the sigint_handler function in examples/main/main.cpp and remove the _exit(130); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often get large amounts of text that I want to control-c on, and then the prompt shows up and I lose my entire session. Or I hit control-c twice by mistake because there is no indication on the screen that I hit the first control-c. Can you make interruptions to the chat one control character, and the interruption to stop the entire program another control character please? This has been driving me completely crazy, as I always lose a ton of context while writing stories.
Beta Was this translation helpful? Give feedback.
All reactions