mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
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:
parent
75533e01b5
commit
37f9f54840
3 changed files with 17 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue