diff options
author | nicm <nicm> | 2020-04-21 05:26:13 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-21 05:26:13 +0000 |
commit | 1cabccbb2b4ebad012f2109d07f5f5b224d5a45e (patch) | |
tree | 862f8fa95355c7a970ae95c973de04d5e47f1e86 /options-table.c | |
parent | 4a5182e6658907f876581fbcf4c774bf86d0d953 (diff) | |
download | rtmux-1cabccbb2b4ebad012f2109d07f5f5b224d5a45e.tar.gz rtmux-1cabccbb2b4ebad012f2109d07f5f5b224d5a45e.tar.bz2 rtmux-1cabccbb2b4ebad012f2109d07f5f5b224d5a45e.zip |
xterm* needs XT also.
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 722429f7..6537e2c9 100644 --- a/options-table.c +++ b/options-table.c @@ -261,7 +261,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 = "," }, |