start work on porting box drawing to C

This commit is contained in:
Kovid Goyal
2024-12-20 08:09:06 +05:30
parent ec3a6cc26e
commit fdb9b17943
9 changed files with 614 additions and 61 deletions

View File

@@ -125,6 +125,7 @@ typedef struct {
struct { Animation *cursor, *visual_bell; } animation;
unsigned undercurl_style;
struct { float thickness; int unit; } underline_exclusion;
float box_drawing_scale[4];
} Options;
typedef struct WindowLogoRenderData {