mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-19 01:46:33 +02:00
Remove tmux's (already minimal) 88 colour support. Such terminals are
few and unnecessary.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user