mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
Actually implement modify_font
This commit is contained in:
@@ -21,7 +21,7 @@ typedef struct {
|
||||
size_t len;
|
||||
} UrlPrefix;
|
||||
|
||||
typedef enum AdjustmentUnit { POINT, PERCENT, PIXEL } AdjustmentUnit;
|
||||
typedef enum AdjustmentUnit { POINT = 0, PERCENT = 1, PIXEL = 2 } AdjustmentUnit;
|
||||
|
||||
typedef struct {
|
||||
monotonic_t visual_bell_duration, cursor_blink_interval, cursor_stop_blinking_after, mouse_hide_wait, click_interval;
|
||||
|
||||
Reference in New Issue
Block a user