Hi

On Thu, Aug 27, 2009 at 11:00:54AM +0000, 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.

Reply via email to