sixel: current geometry: don’t exceed current window dimensions

This is similar to what XTerm does, and fixes an issue with lsix,
where the output did not wrap.
This commit is contained in:
Daniel Eklöf 2021-01-14 14:41:34 +01:00
parent 72eed46a11
commit acb3f1cd10
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 1 deletions

View file

@ -52,6 +52,8 @@
* Pasting URIs from the clipboard when the source has not
newline-terminated the last URI
(https://codeberg.org/dnkl/foot/issues/291).
* Sixel “current geometry” query response not being bounded by the
current window dimensions (fixes `lsix` output)
### Security