tmux status bar

2009-08-27 Thread Daniel Bolgheroni
Hi misc@, just noticed the status bar of tmux gone with the latest snapshot. I didn't followed the cvs entries for a couple of days. Is this a normal behaviour? My .tmux.conf is below: --.tmux.conf-- set-option -g status-bg default set-option -g status-fg black set-option -g message-bg yellow s

Re: tmux status bar

2009-08-27 Thread Han Boetes
Daniel Bolgheroni wrote: > just noticed the status bar of tmux gone with the latest > snapshot. I didn't followed the cvs entries for a couple of > days. Is this a normal behaviour? Works fine here. Are you sure you ran "make depend all" or "make clean all"? Otherwises changes in tmux.h won't prop

Re: tmux status bar

2009-08-27 Thread Nicholas Marriott
Hi On Thu, Aug 27, 2009 at 11:00:54AM +, Daniel Bolgheroni wrote: > Hi misc@, > > just noticed the status bar of tmux gone with the latest snapshot. I > didn't followed the cvs entries for a couple of days. Is this a normal > behaviour? My .tmux.conf is below: > > --.tmux.conf-- > set-opti

Re: tmux status bar

2009-08-27 Thread Daniel Bolgheroni
On Thu, 27 Aug 2009, Han Boetes wrote: > Daniel Bolgheroni wrote: > > just noticed the status bar of tmux gone with the latest > > snapshot. I didn't followed the cvs entries for a couple of > > days. Is this a normal behaviour? > > Works fine here. Are you sure you ran "make depend all" or "make

Re: tmux status bar

2009-08-27 Thread Daniel Bolgheroni
On Thu, 27 Aug 2009, Nicholas Marriott wrote: > This is probably because the behaviour changed a while ago so "reverse" is no > longer in the default status-attr and message-attr, so this now sets the > colours to black on black. > > Change these it should be fine (I guess you want green on black