aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2013-04-13 17:05:49 +0100
committerThomas Adam <thomas@xteddy.org>2013-04-13 17:05:49 +0100
commitb58bca9a72009101da373a3b7463fd866ecac58c (patch)
treee8f9b4b720b4c05f67fd47505b5170c4fd33dcb0 /tty-term.c
parente312db140868754358d40ec17595327a8fbbf180 (diff)
parent27dcf470dc4aa5901ac7f01b3a9f971e02f2229e (diff)
downloadrtmux-b58bca9a72009101da373a3b7463fd866ecac58c.tar.gz
rtmux-b58bca9a72009101da373a3b7463fd866ecac58c.tar.bz2
rtmux-b58bca9a72009101da373a3b7463fd866ecac58c.zip
Merge branch 'obsd-master'
Conflicts: tmux.c
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