aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-04-16 10:39:48 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-04-16 10:39:48 +0100
commit9e537c808b95e01165f1c2831b3737b93c0110c3 (patch)
treec4e0394a8c366356187696f03cf6cd21923ca42a /tty-term.c
parent4ccb2e2c218a10a8039ca801231aaf09b6bf3bce (diff)
parent2c4543b9e9bd38bcc45393dad94930bcde872e6c (diff)
downloadrtmux-9e537c808b95e01165f1c2831b3737b93c0110c3.tar.gz
rtmux-9e537c808b95e01165f1c2831b3737b93c0110c3.tar.bz2
rtmux-9e537c808b95e01165f1c2831b3737b93c0110c3.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tty-term.c b/tty-term.c
index 95cb5db7..3d4e4e2f 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -410,11 +410,9 @@ tty_term_find(char *name, int fd, const char *overrides, char **cause)
goto error;
}
- /* Figure out if we have 256 or 88 colours. */
+ /* Figure out if we have 256. */
if (tty_term_number(term, TTYC_COLORS) == 256)
term->flags |= TERM_256COLOURS;
- if (tty_term_number(term, TTYC_COLORS) == 88)
- term->flags |= TERM_88COLOURS;
/*
* Terminals without xenl (eat newline glitch) wrap at at $COLUMNS - 1