changelog: sixel: cursor placement

This commit is contained in:
Daniel Eklöf 2024-03-02 11:32:49 +01:00
parent 28ee19cd8c
commit 02c11dfdef
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -91,6 +91,10 @@
* Use XRGB pixel format (instead of ARGB) when there is no * Use XRGB pixel format (instead of ARGB) when there is no
transparency. transparency.
* Prefer CSS xcursor names, and fallback to legacy X11 names. * Prefer CSS xcursor names, and fallback to legacy X11 names.
* Sixels: text cursor is placed on the last row touched by the sixel,
instead of the row touch by the **upper** pixel of the last sixel
row. With this change, you **always** need **exactly** one newline
to print text _under_ the sixel.
[1526]: https://codeberg.org/dnkl/foot/issues/1526 [1526]: https://codeberg.org/dnkl/foot/issues/1526
[1528]: https://codeberg.org/dnkl/foot/issues/1528 [1528]: https://codeberg.org/dnkl/foot/issues/1528