More sophisticated OSC 133 parsing with support for secondary prompts

This commit is contained in:
Kovid Goyal
2021-10-22 11:54:54 +05:30
parent 9b957a1fdb
commit 729cea88f3
6 changed files with 72 additions and 49 deletions

View File

@@ -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;