diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-05-22 18:01:20 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-05-22 18:01:20 +0100 |
commit | e71c5efd58b5160864ce851a4cbc93e5fde93685 (patch) | |
tree | 1b98976505c7babd5d81748b98d7371f432a73e9 /options-table.c | |
parent | 2ac6cc2633cf61211b31462f372e16f15d9bf2d6 (diff) | |
parent | 033d6472cb71e82be75aae6682031ef3b711226a (diff) | |
download | rtmux-e71c5efd58b5160864ce851a4cbc93e5fde93685.tar.gz rtmux-e71c5efd58b5160864ce851a4cbc93e5fde93685.tar.bz2 rtmux-e71c5efd58b5160864ce851a4cbc93e5fde93685.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 1341ed2e..0555d43e 100644 --- a/options-table.c +++ b/options-table.c @@ -306,7 +306,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 " |