mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04: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
2
config.h
2
config.h
|
|
@ -246,7 +246,7 @@ struct config {
|
|||
enum fcft_scaling_filter fcft_filter;
|
||||
bool allow_overflowing_double_width_glyphs;
|
||||
bool grapheme_shaping;
|
||||
enum {GRAPHEME_WIDTH_WCSWIDTH, GRAPHEME_WIDTH_MAX_2} grapheme_width_method;
|
||||
enum {GRAPHEME_WIDTH_WCSWIDTH, GRAPHEME_WIDTH_DOUBLE} grapheme_width_method;
|
||||
bool render_timer_osd;
|
||||
bool render_timer_log;
|
||||
bool damage_whole_window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue