mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04: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
|
* The IME state no longer stays stuck in the terminal if the IME goes
|
||||||
away during preedit.
|
away during preedit.
|
||||||
* `-Dterminfo` changed from a `boolean` to a `feature` option.
|
* `-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
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
* The `-g,--geometry` command-line option (which had been deprecated and
|
* The `-g,--geometry` command-line option (which had been deprecated
|
||||||
superseded by `-w,--window-size-pixels` since 1.5.0).
|
and superseded by `-w,--window-size-pixels` since 1.5.0).
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue