mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Start work on options for tab bar vertical margins
Create the option, now need to implement it.
This commit is contained in:
@@ -73,6 +73,9 @@ typedef struct {
|
||||
bool detect_urls;
|
||||
bool tab_bar_hidden;
|
||||
double font_size;
|
||||
struct {
|
||||
double outer, inner;
|
||||
} tab_bar_margin_height;
|
||||
} Options;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user