diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-03-27 11:17:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-03-27 11:17:12 +0000 |
commit | 982354765bc6f0bfb225d7c1f96e5b73f9880533 (patch) | |
tree | 65e4b218d7ed2409f6d093d43e79b7eb10a383f7 /options-table.c | |
parent | dfac36b6c3d72ac3732ec2c638b8bae16d1a01ae (diff) | |
download | rtmux-982354765bc6f0bfb225d7c1f96e5b73f9880533.tar.gz rtmux-982354765bc6f0bfb225d7c1f96e5b73f9880533.tar.bz2 rtmux-982354765bc6f0bfb225d7c1f96e5b73f9880533.zip |
Remove tmux's (already minimal) 88 colour support. Such terminals are
few and unnecessary.
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 ae711882..c4ada1f2 100644 --- a/options-table.c +++ b/options-table.c @@ -414,7 +414,7 @@ const struct options_table_entry session_options_table[] = { { .name = "terminal-overrides", .type = OPTIONS_TABLE_STRING, - .default_str = "*88col*:colors=88,*256col*:colors=256" + .default_str = "*256col*:colors=256" ",xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007" ":Cc=\\E]12;%p1%s\\007:Cr=\\E]112\\007" ":Cs=\\E[%p1%d q:Csr=\\E[2 q,screen*:XT" |