API to set screen window number

This commit is contained in:
Kovid Goyal
2021-10-11 18:00:18 +05:30
parent 61a56a0561
commit c3f4e734f1
4 changed files with 18 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ typedef struct {
monotonic_t start, duration;
} ignore_bells;
bool redraws_multiline_prompts;
unsigned int display_window_number;
} Screen;