xterm* can have focus too.

This commit is contained in:
nicm
2020-05-22 15:08:38 +00:00
parent 9a0763c3a0
commit a06a0e1392
2 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ const struct options_table_entry options_table[] = {
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.flags = OPTIONS_TABLE_IS_ARRAY,
.default_str = "xterm*:clipboard:ccolour:cstyle:title,"
.default_str = "xterm*:clipboard:ccolour:cstyle:focus:title,"
"screen*:title",
.separator = ",",
.text = "List of terminal features, used if they cannot be "