config: enable grapheme shaping by default

This changes the default value of tweak.grapheme-shaping to “yes”,
thus enabling grapheme shaping by default.

It also changes the default value of tweak.grapheme-width-method to
“wcswidth”, for maximum compatibility with terminal applications.
This commit is contained in:
Daniel Eklöf 2021-10-13 17:42:40 +02:00
parent 75533e01b5
commit 37f9f54840
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 17 additions and 16 deletions

View file

@ -42,6 +42,13 @@
and background colors for the scrollback indicator.
### Changed
* `[tweak].grapheme-shaping` is now enabled by default when both foot
itself, and fcft has been compiled with support for it.
* Default value of `[tweak].grapheme-width-method` changed from
`double-width` to `wcswidth`.
### Deprecated
### Removed
### Fixed