diff options
author | bfredl <bjorn.linse@gmail.com> | 2024-12-18 14:49:38 +0100 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2025-01-02 12:55:11 +0100 |
commit | e3bfcf2fd4a4ebf00b104b082cfe83c8144a842d (patch) | |
tree | 8c4e09f0995db6668e13b3508b112779bea1312d /runtime/doc | |
parent | 9d9ee3476e6478850ce8822c85154f0c98570371 (diff) | |
download | rneovim-e3bfcf2fd4a4ebf00b104b082cfe83c8144a842d.tar.gz rneovim-e3bfcf2fd4a4ebf00b104b082cfe83c8144a842d.tar.bz2 rneovim-e3bfcf2fd4a4ebf00b104b082cfe83c8144a842d.zip |
feat(terminal): support grapheme clusters, including emoji
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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|. |