Does it go away if you bump status-interval to 10 or 30?

I think you need to talk to whoever wrote these scripts to work out why
they are causing issues.


On Wed, Dec 05, 2012 at 09:36:48AM -0800, John Schmitt wrote:
> On Wed, Dec 05, 2012 at 05:21:48PM +0000, Nicholas Marriott wrote:
> > What is status-interval set to? I guess your status-left and
> > status-right take longer than that...
> 
> $ cat ~/.tmux.conf
> # from the man page
> set-option -g prefix C-a
> unbind-key C-b
> bind-key C-a send-prefix
> 
> # make alt+L,R,U,D select panes
> unbind-key M-Right
> unbind-key M-Left
> unbind-key M-Up
> unbind-key M-Down
> bind-key -n M-Right select-pane -R
> bind-key -n M-Left  select-pane -L
> bind-key -n M-Up    select-pane -U
> bind-key -n M-Down  select-pane -D
> 
> #set-option -g pane-border-fg black
> set-option -g pane-active-border-bg green
> set-option -g display-time 5000
> 
> set -g default-terminal "screen-256color"
> set -sg escape-time 0
> setw -g aggressive-resize on
> 
> set-option -gw status on
> set-option -gw status-utf8 on
> set-option -gw utf8 on
> 
> #https://github.com/erikw/tmux-powerline
> set-option -g status on
> set-option -g status-interval 2
> set-option -g status-utf8 on
> set-option -g status-justify "centre"
> set-option -g status-left-length 260
> set-option -g status-right-length 290
> set-option -g status-left "#(~/etc/tmux-powerline/status-left.sh)"
> set-option -g status-right "#(~/etc/tmux-powerline/status-right.sh)"
> 
> 
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to