-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
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
[tty/unix] Do not disable termios signals #757
Comments
If possible, could you please provide a similar library (not necessarily in Rust) that does ? Line 1517 in c01855a
? Thanks. |
|
i think that a simple config should do it, much like |
Is there any way to print the signal specific chars. I would like to have:
|
Version 14.0.0 released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some use cases the signals should not be disabled, as there is no way to distinguish between
SIGINT
andSIGQUIT
with the currentInterrupt
enum.I am not familiar with the project but as far as i can see there is no way around it. If this is the case, i can open a PR with a fix for adding another config field.
The text was updated successfully, but these errors were encountered: