aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2020-05-22 15:08:38 +0000
committernicm <nicm>2020-05-22 15:08:38 +0000
commita06a0e13921955aaf7e772ee83a7280720a2f03a (patch)
treec3f5344f6829edd1a0e80d95fd10598dda4601a1 /options-table.c
parent9a0763c3a06e589bd5d27046655603faea8c667f (diff)
downloadrtmux-a06a0e13921955aaf7e772ee83a7280720a2f03a.tar.gz
rtmux-a06a0e13921955aaf7e772ee83a7280720a2f03a.tar.bz2
rtmux-a06a0e13921955aaf7e772ee83a7280720a2f03a.zip
xterm* can have focus too.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 87670b12..54bdadba 100644
--- a/options-table.c
+++ b/options-table.c
@@ -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 "