commit | 4a7587931ce54aa1a94a104480113d658c295b6b | [log] [download] |
---|---|---|
author | nicm <nicm> | Wed Apr 15 22:34:46 2015 +0000 |
committer | nicm <nicm> | Wed Apr 15 22:34:46 2015 +0000 |
tree | 4f959f97e62319089c1c6ebfcdd3f98efd5c6970 | |
parent | eec27f9257976d063db279594bff264c2e32d52c [diff] |
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.