changelog: move grapheme cluster width entry to ‘changed’, and rewrite it

This commit is contained in:
Daniel Eklöf 2021-07-01 20:13:03 +02:00
parent d9fc1e0d8a
commit ab8f9afa90
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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