How do you mean? Are you saying the three processes you start once a
second never exit?

Does it happen if you run them once every 30 seconds?


On Mon, Oct 04, 2010 at 10:14:31AM +0200, marcel partap wrote:
> Dear fellow tmuxers,
> as many migrating from the infamous screen, i find the additional
> capabilities of tmux nothing short of amazing. However, the preset i
> tinkered together (attached, feel free to add to the examples) seems
> to exposed a bad problem: each time the status bar is updated, tmux
> forks. That is, one additional process per second. This quickly
> makes my netbook unable to cope with the multiplexed terminals,
> which is kinda unfortunate. Hope anyone can confirm this behavior so
> it can be fixed in one of the next point releases.
> Best regards,
> Marcel.

> set -g mouse-select-pane on
> setw -g xterm-keys on
> 
> bind-key -n C-a next
> 
> # resize panes like vim
> bind < resize-pane -L 1
> bind > resize-pane -R 1
> bind - resize-pane -D 1
> bind + resize-pane -U 1
> 
> # scrollback buffer n lines
> set -g history-limit 10000
> 
> # listen for activity on all windows
> set -g bell-action any
> 
> # on-screen time for display-panes in ms
> set -g display-panes-time 20000
> 
> # # default window title colors
> set-window-option -g window-status-fg white
> set-window-option -g window-status-bg default
> set-window-option -g window-status-attr dim
> 
> # # active window title colors
> set-window-option -g window-status-current-fg red
> set-window-option -g window-status-current-bg default
> set-window-option -g window-status-current-attr reverse
> 
> # default statusbar colors
> set -g status-fg white
> set -g status-bg default
> set -g status-attr default
> 
> set -g status-interval 1
> 
> set -g status-left "[ #[fg=green]#H #[fg=white]]"
> set -g status-right "[ #[fg=magenta]#(cat /proc/loadavg | cut -d \" \" -f 
> 1)#[default] ][ #[bold]#(date '+%X') #[fg=blue]#(date '+%a %x')#[default] ]"
> set -g status-left-length 15
> 
> set -g visual-activity on
> set -g visual-bell on
> set -g visual-content on
> 

> ------------------------------------------------------------------------------
> Virtualization is moving to the mainstream and overtaking non-virtualized
> environment for deploying applications. Does it make network security 
> easier or more difficult to achieve? Read this whitepaper to separate the 
> two and get a better understanding.
> http://p.sf.net/sfu/hp-phase2-d2d

> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to