diff options
author | nicm <nicm> | 2015-09-25 23:30:24 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-09-25 23:30:24 +0000 |
commit | 695a591f8e9bce3fe3dd22a23a337f0fa548b543 (patch) | |
tree | 3a3f27694e3e31387c3832709229c03b57485245 | |
parent | 03d7dba5d86afa797eac49e75d37554590ef66c3 (diff) | |
download | rtmux-695a591f8e9bce3fe3dd22a23a337f0fa548b543.tar.gz rtmux-695a591f8e9bce3fe3dd22a23a337f0fa548b543.tar.bz2 rtmux-695a591f8e9bce3fe3dd22a23a337f0fa548b543.zip |
Adding colors=256 to *256color* was always pretty stupid and now it
won't work (without adding setaf@:setab@ too).
-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 b9431483..cfec138d 100644 --- a/options-table.c +++ b/options-table.c @@ -107,8 +107,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" }, |