mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Fix #4117
This commit is contained in:
@@ -131,7 +131,13 @@ typedef struct {
|
||||
struct {
|
||||
monotonic_t start, duration;
|
||||
} ignore_bells;
|
||||
bool redraws_multiline_prompts;
|
||||
union {
|
||||
struct {
|
||||
unsigned int redraws_multiline_prompts: 1;
|
||||
unsigned int redraws_prompts_at_all: 1;
|
||||
};
|
||||
unsigned int val;
|
||||
} prompt_redraw_settings;
|
||||
unsigned int display_window_number;
|
||||
} Screen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user