aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-21 08:01:30 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-21 08:01:30 +0100
commit985bc0ee4a4473af4472e518dbccfab5d3f41a4e (patch)
tree8814a2c1449bee5ba9ea12397327bc1caa7dd757
parent32c3fe40ebbc35285c2b0121dfb3dc5623f9fb73 (diff)
parent1cabccbb2b4ebad012f2109d07f5f5b224d5a45e (diff)
downloadrtmux-985bc0ee4a4473af4472e518dbccfab5d3f41a4e.tar.gz
rtmux-985bc0ee4a4473af4472e518dbccfab5d3f41a4e.tar.bz2
rtmux-985bc0ee4a4473af4472e518dbccfab5d3f41a4e.zip
Merge branch 'obsd-master'
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 9d3c25d6..e337455d 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",
+ .default_str = "tmux*:XT,screen*:XT,xterm*:XT",
.separator = ","
},