Closed FranzBusch closed 1 year ago
Some applications want to react to SIGQUIT which is similar to SIGINT but normally maps to a different key C-\.
SIGQUIT
SIGINT
C-\
This PR adds support for SIGQUIT in the UnixSignals module.
UnixSignal
Support for SIGQUIT.
Motivation
Some applications want to react to
SIGQUIT
which is similar toSIGINT
but normally maps to a different keyC-\
.Modification
This PR adds support for
SIGQUIT
in theUnixSignal
s module.Result
Support for
SIGQUIT
.