Also mask signals when SIGNALFD is not available

This makes behavior across platforms consistent.
Fixes #4636
This commit is contained in:
Kovid Goyal
2022-12-07 12:25:14 +05:30
parent ea5ffa4304
commit 7fe5c79d53
3 changed files with 16 additions and 6 deletions

View File

@@ -65,6 +65,8 @@ Detailed list of changes
- When using the :code:`include` directive in :file:`kitty.conf` make the environment variable :envvar:`KITTY_OS` available for OS specific config
- Wayland: Fix signal handling not working with some GPU drivers (:iss:`4636`)
0.26.5 [2022-11-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~