mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
More sophisticated OSC 133 parsing with support for secondary prompts
This commit is contained in:
@@ -133,11 +133,10 @@ typedef struct {
|
||||
} ignore_bells;
|
||||
union {
|
||||
struct {
|
||||
unsigned int redraws_multiline_prompts: 1;
|
||||
unsigned int redraws_prompts_at_all: 1;
|
||||
};
|
||||
unsigned int val;
|
||||
} prompt_redraw_settings;
|
||||
} prompt_settings;
|
||||
unsigned int display_window_number;
|
||||
} Screen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user