Remove tmux's (already minimal) 88 colour support. Such terminals are

few and unnecessary.
This commit is contained in:
Nicholas Marriott
2013-03-27 11:17:12 +00:00
parent dfac36b6c3
commit 982354765b
6 changed files with 8 additions and 64 deletions

View File

@@ -981,8 +981,6 @@ server_client_msg_identify(
c->tty.flags |= TTY_UTF8;
if (data->flags & IDENTIFY_256COLOURS)
c->tty.term_flags |= TERM_256COLOURS;
else if (data->flags & IDENTIFY_88COLOURS)
c->tty.term_flags |= TERM_88COLOURS;
tty_resize(&c->tty);