mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
term: set an initial TIOCSWINSZ right after opening the pty
Since foot is pretty aggressive about spawning the client early, it was possible for a fast client to read a 0x0 terminal size. Not all clients coped well. Closes #20.
This commit is contained in:
parent
5ff9bd5c9d
commit
29630ac92e
2 changed files with 10 additions and 0 deletions
|
|
@ -48,6 +48,8 @@
|
|||
* Selection of double-width characters. It is no longer possible to
|
||||
select half of a double-width character.
|
||||
* Draw hollow block cursor on top of character.
|
||||
* Set an initial `TIOCSWINSZ`. This ensures clients never reads a
|
||||
`0x0` terminal size (https://codeberg.org/dnkl/foot/issues/20).
|
||||
|
||||
### Security
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue