From 02c11dfdef6cd115c4b3c73f7c8e08e00a05db33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 2 Mar 2024 11:32:49 +0100 Subject: [PATCH] changelog: sixel: cursor placement --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b6bcd9..9e0d3dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,6 +91,10 @@ * Use XRGB pixel format (instead of ARGB) when there is no transparency. * 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 [1528]: https://codeberg.org/dnkl/foot/issues/1528