tmux -CC : first window theme different from the subsequent ones
Required information for bugs. I probably can't help you unless you include this:
- iTerm2 version
- OS version
- Attach com.googlecode.iterm2.plistcom.googlecode.iterm2.plist here
- Attach a debug log (https://iterm2.com/debuglog)
Hi,
Working on MBP under El Capitan (10.11.4), with iTerm2 Build 2.9.20160426 and tmux 2.1.
I'm trying to use tmux -CC but get the following strange behaviour (see attached screenshot) :
1 - when doing tmux -CC new-session, the window (tab really, but I've then exploded those into windows for the screeshot) that appears is white (while my theme is a dark one). Note that this one is numbered 3 in the screenshot (no idea why ?)
2 - the next windows (or tabs) (numbered 1 and 4) appear to have the correct theme but littered with a bunch of "tmux;tmux;..." (29 to be precise).
Concerning the point 2 I guess this is related to the theming script I use (https://github.com/chriskempson/base16-shell/blob/master/base16-solarized.dark.sh) which indeeds sends "strange" things in the tmux case (that's something to be sorted out for sure). But what I don't get is why the first window is different ?
Thanks,