mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
config: add tweak.grapheme-width-method=wcswidth|at-most-2
This commit is contained in:
parent
031e8f5987
commit
9817e44c32
5 changed files with 46 additions and 5 deletions
1
config.h
1
config.h
|
|
@ -246,6 +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;
|
||||
bool render_timer_osd;
|
||||
bool render_timer_log;
|
||||
bool damage_whole_window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue