Fix some issues in bright colour handling. Bold background doesn't exist
authornicm <nicm@openbsd.org>
Wed, 15 Apr 2015 22:34:46 +0000 (22:34 +0000)
committernicm <nicm@openbsd.org>
Wed, 15 Apr 2015 22:34:46 +0000 (22:34 +0000)
commit8a2f15b1c77dadd5d9497eaad8141b84e72f3180
treec12cbf187f6467571a629a5ea282a143b188f6b7
parentce4bcd1ac676b97ed611d0ded81cfe0f353aed03
Fix some issues in bright colour handling. Bold background doesn't exist
so there is no reason for tty_check_bg to mess with the BRIGHT flag at
all, ever. Also use aixterm colours for 256-to-16 translation if the
terminal supports them. And there is no reason for tty_colours_bg to
worry about whether the terminal supports them - tty_check_bg has
already taken care of it.
usr.bin/tmux/tty.c