Adding colors=256 to *256color* was always pretty stupid and now it

won't work (without adding setaf@:setab@ too).
This commit is contained in:
nicm 2015-09-25 23:30:24 +00:00
parent 03d7dba5d8
commit 695a591f8e

View File

@ -107,8 +107,7 @@ const struct options_table_entry server_options_table[] = {
{ .name = "terminal-overrides", { .name = "terminal-overrides",
.type = OPTIONS_TABLE_STRING, .type = OPTIONS_TABLE_STRING,
.default_str = "*256col*:colors=256" .default_str = "xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007"
",xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007"
":Cs=\\E]12;%p1%s\\007:Cr=\\E]112\\007" ":Cs=\\E]12;%p1%s\\007:Cr=\\E]112\\007"
":Ss=\\E[%p1%d q:Se=\\E[2 q,screen*:XT" ":Ss=\\E[%p1%d q:Se=\\E[2 q,screen*:XT"
}, },