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

@ -77,6 +77,7 @@ struct config {
wchar_t *word_delimiters;
bool login_shell;
bool no_wait;
bool locked_title;
struct {
enum conf_size_type type;