mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -05:00
config: rename at-most-2 (value for grapheme-width-method) to double-width
This commit is contained in:
parent
9817e44c32
commit
5138f02214
5 changed files with 10 additions and 10 deletions
|
|
@ -1003,19 +1003,19 @@ any of these options.
|
|||
|
||||
*grapheme-width-method*
|
||||
Selects which method to use when calculating the width
|
||||
(i.e. number of columns) of a grapheme cluster. One of *at-most-2*
|
||||
and *wcswidth*.
|
||||
(i.e. number of columns) of a grapheme cluster. One of
|
||||
*double-width* and *wcswidth*.
|
||||
|
||||
*wcswidth* simply adds together the individual width of all
|
||||
codepoints making up the cluster.
|
||||
|
||||
*at-most-2* does the same, but limits the maximum number of
|
||||
*double-width* does the same, but limits the maximum number of
|
||||
columns to 2. This is more correct, but is likely to break
|
||||
applications since applications typically use *wcswidth*(3)
|
||||
internally to calculate the width. This results in cursor
|
||||
de-synchronization issues.
|
||||
|
||||
Default: _at-most-2_
|
||||
Default: _double-width_
|
||||
|
||||
*max-shm-pool-size-mb*
|
||||
This option controls the amount of virtual address space used by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue