mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
changelog: use standard signals for SIGCHLD
This commit is contained in:
parent
da7da4cba5
commit
4753d34163
1 changed files with 5 additions and 2 deletions
|
|
@ -70,13 +70,16 @@
|
|||
* The IME state no longer stays stuck in the terminal if the IME goes
|
||||
away during preedit.
|
||||
* `-Dterminfo` changed from a `boolean` to a `feature` option.
|
||||
* Use standard signals instead of a signalfd to handle
|
||||
`SIGCHLD`. Fixes an issue on FreeBSD where foot did not detect when
|
||||
the client application had terminated.
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
||||
* The `-g,--geometry` command-line option (which had been deprecated and
|
||||
superseded by `-w,--window-size-pixels` since 1.5.0).
|
||||
* The `-g,--geometry` command-line option (which had been deprecated
|
||||
and superseded by `-w,--window-size-pixels` since 1.5.0).
|
||||
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue