diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-09-26 02:01:16 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-09-26 02:01:16 +0100 |
commit | 7120ab2f161a5762d16aba54451d29dcd0fbbeeb (patch) | |
tree | b6efbb0f95d9758d66317943b3f831879400f8b6 /options-table.c | |
parent | 20c3adca41675b30593e39fa6fa9dfda615997ef (diff) | |
parent | 695a591f8e9bce3fe3dd22a23a337f0fa548b543 (diff) | |
download | rtmux-7120ab2f161a5762d16aba54451d29dcd0fbbeeb.tar.gz rtmux-7120ab2f161a5762d16aba54451d29dcd0fbbeeb.tar.bz2 rtmux-7120ab2f161a5762d16aba54451d29dcd0fbbeeb.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c index c99937d3..e901e249 100644 --- a/options-table.c +++ b/options-table.c @@ -106,8 +106,7 @@ const struct options_table_entry server_options_table[] = { { .name = "terminal-overrides", .type = OPTIONS_TABLE_STRING, - .default_str = "*256col*:colors=256" - ",xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007" + .default_str = "xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007" ":Cs=\\E]12;%p1%s\\007:Cr=\\E]112\\007" ":Ss=\\E[%p1%d q:Se=\\E[2 q,screen*:XT" }, |