mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
Merge branch 'delay-tiocswinsz-on-interactive-resize'
Closes #283 Closes #301
This commit is contained in:
commit
c1675af103
8 changed files with 169 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue