From ab8f9afa909395c691013e3ee99ceb6f01003063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 1 Jul 2021 20:13:03 +0200 Subject: [PATCH] =?UTF-8?q?changelog:=20move=20grapheme=20cluster=20width?= =?UTF-8?q?=20entry=20to=20=E2=80=98changed=E2=80=99,=20and=20rewrite=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b79b0ac..f38d3f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,11 +36,16 @@ terminfo entries. This should make 24-bit RGB colors work in tmux and neovim, without the need for config hacks or detection heuristics (https://codeberg.org/dnkl/foot/issues/615). -* `[tweak].grapheme-width-method=wcswidth|double-width` option to - `foot.ini`. ### Changed + +* Grapheme cluster width is now limited to two cells by default. This + may cause cursor synchronization issues with many applications. You + can set `[tweak].grapheme-width-method=wcswidth` to revert to the + behavior from foot-1.8.0. + + ### Deprecated ### Removed ### Fixed