mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
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:
parent
32e70263f9
commit
f4fcdbf38b
2 changed files with 29 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue