summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-24 14:20:33 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-24 14:20:33 +0100
commite67d65064e5541482990402fef85342f8cb4996b (patch)
tree9b258425c32cfee98ade663ddf6e955434230d19 /options-table.c
parentc107708bcca5d7c014e469b719b2e0e48452be5d (diff)
rxvt needs XT also for the moment.
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 9f35adf7..35d6b086 100644
--- a/options-table.c
+++ b/options-table.c
@@ -260,7 +260,7 @@ const struct options_table_entry options_table[] = {
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SERVER,
.flags = OPTIONS_TABLE_IS_ARRAY,
- .default_str = "tmux*:XT,screen*:XT,xterm*:XT",
+ .default_str = "tmux*:XT,rxvt*:XT,screen*:XT,xterm*:XT",
.separator = ","
},