mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
changelog: describe what (does not) happens when grapheme-shaping=no
This commit is contained in:
parent
d5d57c1b20
commit
cf101ea300
1 changed files with 5 additions and 0 deletions
|
|
@ -69,6 +69,11 @@ For full support, the following is required:
|
||||||
* foot compiled with libutf8proc support
|
* foot compiled with libutf8proc support
|
||||||
* `tweak.grapheme-shaping=yes` in `foot.ini`
|
* `tweak.grapheme-shaping=yes` in `foot.ini`
|
||||||
|
|
||||||
|
If `tweak.grapheme-shaping` has **not** been enabled, foot will
|
||||||
|
neither use libutf8proc to do grapheme cluster segmentation, nor will
|
||||||
|
it use fcft’s grapheme shaping capabilities to shape combining
|
||||||
|
characters.
|
||||||
|
|
||||||
This feature is _experimental_ mostly due to the “wcwidth” problem;
|
This feature is _experimental_ mostly due to the “wcwidth” problem;
|
||||||
how many cells should foot allocate for a grapheme cluster? While the
|
how many cells should foot allocate for a grapheme cluster? While the
|
||||||
answer may seem simple, the problem is that, whatever the answer is,
|
answer may seem simple, the problem is that, whatever the answer is,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue