mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
main: Support overline, SGR 53/55
Similar to the underline, incl. the *-thickness and *-offset options.
This commit is contained in:
parent
42e04c5c87
commit
33106514db
7 changed files with 70 additions and 2 deletions
3
config.h
3
config.h
|
|
@ -273,6 +273,9 @@ struct config {
|
|||
|
||||
struct pt_or_px strikeout_thickness;
|
||||
|
||||
struct pt_or_px overline_thickness;
|
||||
struct pt_or_px overline_offset;
|
||||
|
||||
bool box_drawings_uses_font_glyphs;
|
||||
bool can_shape_grapheme;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue