sixel: trim trailing, fully transparent sixel rows

See https://github.com/hpjansson/chafa/issues/192
This commit is contained in:
Daniel Eklöf 2024-03-11 16:25:45 +01:00
parent 282c55aa4a
commit cc660bc7c1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 41 additions and 11 deletions

View file

@ -112,6 +112,8 @@
* Sixel: text cursor is now placed on the last text row touched by the
sixel, instead of the text row touched by the _upper_ pixel of the
last sixel ([#chafa-192][chafa-192]).
* Sixel: trailing, fully transparent rows are now trimmed
([#chafa-192][chafa-192]).
[1526]: https://codeberg.org/dnkl/foot/issues/1526
[1528]: https://codeberg.org/dnkl/foot/issues/1528