From a06a0e13921955aaf7e772ee83a7280720a2f03a Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 22 May 2020 15:08:38 +0000 Subject: xterm* can have focus too. --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options-table.c') 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 " -- cgit