CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2015/04/15 16:34:46
Modified files: usr.bin/tmux : tty.c Log message: 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.