sixel: stop cropping images to the last non-transparent row

This commit is contained in:
Daniel Eklöf 2023-06-19 19:09:58 +02:00
parent d6d143e2a6
commit 774570ec41
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 1 additions and 22 deletions

View file

@ -76,6 +76,7 @@
typically result in the last row not being visible, unless a newline
is explicitly added.
* Default sixel aspect ratio is now 2:1 instead of 1:1.
* Sixel images are no longer cropped to the last non-transparent row.
[1371]: https://codeberg.org/dnkl/foot/pulls/1371