config: add locked-title=no|yes

Closes #386
This commit is contained in:
Daniel Eklöf 2021-07-04 17:59:40 +02:00
parent 07652d3b9e
commit fcb60abc13
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 22 additions and 0 deletions

View file

@ -382,6 +382,7 @@ struct terminal {
bool sixel_cursor_right_of_graphics:1;
} xtsave;
bool window_title_has_been_set;
char *window_title;
tll(char *) window_title_stack;