mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
main: reset signal mask and signal handlers at startup
This ensures processes spawned by us (e.g. the shell, new terminal instances etc) don’t inherit a flawed signal mask, or having signals unknowingly ignored. Closes #854
This commit is contained in:
parent
63b12d4cdc
commit
8ca0eaa94c
2 changed files with 19 additions and 0 deletions
|
|
@ -82,6 +82,9 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/379).
|
||||
* Line-based selections now include a trailing newline when copied
|
||||
(https://codeberg.org/dnkl/foot/issues/869).
|
||||
* Foot now clears the signal mask and resets all signal handlers to
|
||||
their default handlers at startup
|
||||
(https://codeberg.org/dnkl/foot/issues/854).
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue