sixel: hopefully fix erasing of scrollback wrap-around sixels

If a sixel image crossed the scrollback wrap around, the logic that
detected whether a row, or a row range, intersected with the sixel was
incorrect.
This commit is contained in:
Daniel Eklöf 2020-06-27 11:00:28 +02:00
parent 32e70263f9
commit f4fcdbf38b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 29 additions and 11 deletions

View file

@ -67,7 +67,8 @@
a size. This fixes an issue where an image would incorrectly
overflow into the cell row beneath.
* Window title always being set to "foot" on reset.
* Erase scrolled out sixel image that crossed the scrollback wrap
around boundary.
### Security