Merge branch 'delay-tiocswinsz-on-interactive-resize'

Closes #283
Closes #301
This commit is contained in:
Daniel Eklöf 2021-01-26 20:32:04 +01:00
commit c1675af103
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 169 additions and 26 deletions

View file

@ -63,6 +63,11 @@
* The scrollback search box no longer accepts non-printable characters.
* Non-formatting C0 control characters, `BS`, `HT` and `DEL` are now
stripped from pasted text.
* While doing an interactive resize of a foot window, foot now
requires 100ms of idle time (where the window size does not change)
before sending the new dimensions to the client application. The
timing can be tweaked, or completely disabled, by setting
`resize-delay-ms` (https://codeberg.org/dnkl/foot/issues/301).
### Deprecated