We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems since linenoise is using raw mode, the appropriate signals aren't being raised when ctrl+c, ctrl+z, etc. are used.
The text was updated successfully, but these errors were encountered:
Add handling of Ctrl-C and Ctrl-Z as signals
8c9cae9
It may be not best way to handle Ctrl-C and Ctrl-Z as signals, may be raw mode configuration could be different? See also antirez#74
I tried to resolve this problem in #82.
Sorry, something went wrong.
No branches or pull requests
It seems since linenoise is using raw mode, the appropriate signals aren't being raised when ctrl+c, ctrl+z, etc. are used.
The text was updated successfully, but these errors were encountered: