config: add curly-underline-height

This commit is contained in:
Andrew Savchenko 2026-02-15 11:17:36 +11:00
parent 33106514db
commit 9d3b34d0f5
No known key found for this signature in database
GPG key ID: 5023209D10DBA986
4 changed files with 32 additions and 2 deletions

View file

@ -270,6 +270,7 @@ struct config {
bool use_custom_underline_offset;
struct pt_or_px underline_offset;
struct pt_or_px underline_thickness;
float curly_underline_height_multiplier;
struct pt_or_px strikeout_thickness;