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
set-option -g message-fg black
set-option -g history-limit 32768

set-window-option -g main-pane-width 80
--

Any hints? Thank you.

--
Daniel Bolgheroni
FEI - Faculdade de Engenharia Industrial
http://www.dbolgheroni.eng.br/mykey

ASCII ribbon campaign ( )
 against HTML e-mail   X
  / \



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 propagate in
rebuilding all objects and you get funny behaviour.


# Han



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-option -g status-bg default
 set-option -g status-fg black

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?).

 set-option -g message-bg yellow
 set-option -g message-fg black
 set-option -g history-limit 32768
 
 set-window-option -g main-pane-width 80
 --
 
 Any hints? Thank you.



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
 clean all? Otherwises changes in tmux.h won't propagate in
 rebuilding all objects and you get funny behaviour.

I've installed from snapshots.

Thank you.

--
Daniel Bolgheroni
FEI - Faculdade de Engenharia Industrial
http://www.dbolgheroni.eng.br/mykey

ASCII ribbon campaign ( )
 against HTML e-mail   X
  / \



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?).

Actually did it, but forgot to restart the server. Working fine now. 

Thank you.

--
Daniel Bolgheroni
FEI - Faculdade de Engenharia Industrial
http://www.dbolgheroni.eng.br/mykey

ASCII ribbon campaign ( )
 against HTML e-mail   X
  / \