[SOLVED] Re: background color woes

2014-04-10 Thread Jean-Rene David
* 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 --

Re: background color woes

2014-04-10 Thread Nicholas Marriott
What is TERM outside tmux? For the aixterm colours we explicitly check for colors >= 16, the -2 flag only affects the 256 colour escape sequences. Make sure TERM outside tmux is set to something with colors=256. Try xterm-256color. On Tue, Apr 08, 2014 at 02:12:24PM -0400, Jean-Rene David wrote: