Skip to content

Add support for SIGQUIT #146

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

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Add support for SIGQUIT #146

merged 1 commit into from
Aug 14, 2023

Conversation

FranzBusch
Copy link
Contributor

Motivation

Some applications want to react to SIGQUIT which is similar to SIGINT but normally maps to a different key C-\.

Modification

This PR adds support for SIGQUIT in the UnixSignals module.

Result

Support for SIGQUIT.

# Motivation
Some applications want to react to `SIGQUIT` which is similar to `SIGINT` but normally maps to a different key `C-\`.

# Modification
This PR adds support for `SIGQUIT` in the `UnixSignal`s module.

# Result
Support for `SIGQUIT`.
@FranzBusch FranzBusch requested a review from gjcairo August 12, 2023 14:44
@FranzBusch FranzBusch merged commit 36f71f6 into main Aug 14, 2023
@FranzBusch FranzBusch deleted the fb-sigquit branch August 14, 2023 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants