mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
start work on porting box drawing to C
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user