config: add boolean option tweak.pua-double-width

When enabled, PUA (Private Usage Area) codepoints are always treated
as double-width glyphs, regardless of the actual glyph width.

Requires allow-overflowing-double-width-glyphs=yes
This commit is contained in:
Daniel Eklöf 2021-05-31 17:10:05 +02:00
parent d458d46f81
commit 4c954be7a6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 35 additions and 8 deletions

View file

@ -237,6 +237,7 @@ struct config {
off_t max_shm_pool_size;
float box_drawing_base_thickness;
bool box_drawing_solid_shades;
bool pua_double_width;
} tweak;
user_notifications_t notifications;