mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
terminal: drain PTY when client terminates
This is done by: * Not limiting the number of times we try to read from the PTY when we’ve have POLLHUP * Not requiring the entire the previous read to have filled our buffer. * Not erroring out on EIO.
This commit is contained in:
parent
275b62371f
commit
f42e42246f
2 changed files with 10 additions and 4 deletions
|
|
@ -42,6 +42,7 @@
|
|||
* OSC-4/104 out-of-bounds accesses to the color table. This was the
|
||||
reason pywal turned foot windows transparent
|
||||
(https://codeberg.org/dnkl/foot/issues/434).
|
||||
* PTY not being drained when the client application terminates.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue