From e3bfcf2fd4a4ebf00b104b082cfe83c8144a842d Mon Sep 17 00:00:00 2001 From: bfredl Date: Wed, 18 Dec 2024 14:49:38 +0100 Subject: feat(terminal): support grapheme clusters, including emoji --- runtime/doc/news.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 9ab0a01b99..b88ae129b3 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -370,6 +370,9 @@ These existing features changed their behavior. more emoji characters than before, including those encoded with multiple emoji codepoints combined with ZWJ (zero width joiner) codepoints. + This also applies to :terminal output, where width of cells will be calculated + using the upgraded implementation. + • Custom highlights in 'rulerformat', 'statuscolumn', 'statusline', 'tabline', 'winbar' and the number column (through |:sign-define| `numhl`) now combine with their respective highlight groups, as opposed to |hl-Normal|. -- cgit