* Nicholas Marriott [2014.04.10 10:50]:
> Make sure TERM outside tmux is set to something with colors=256. Try
> xterm-256color.
Aaah setting TERM outside tmux fixes it.
$ TERM=xterm-256color tmux -f /dev/null
And voilÀ.
Thank you!
--
JR
--
Hello,
I can't get tmux to display background colors 8-15
correctly. When I set them it instead sets the
foreground color as bold.
$ tmux -V
tmux 1.6
This works correctly from xterm, or from screen
inside xterm:
$ TERM=screen-256color tput setab 8; printf "test\n"
It sets the background to co