Comment 10 for bug 1003938

Revision history for this message
yorkfinechan (yorkfinechan) wrote :

I am not sure that my bug is like this. When I start byobu the byobu-status tmux_left and byobu-status tmux_right processes increase infinitely, even when I quit byobu, there is still a tmux process and lots of byobu-status process

I look into the byobu-status source and add some echo, finally it shows me that "tmux set -g status-left-length $(($w*1/4)) >/dev/null 2>&1" hang on

it seems to be a tmux's bug
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631984

I am not able to solve this problem, so I follows the instruction from Nicholas Marriott

tmux set -g status-left-length $(($w*1/4)) | cat >/dev/null 2>&1
tmux set -g status-right-length $(($w*3/4)) | cat >/dev/null 2>&1

just use cat but not redirect into /dev/null directly.

byobu works correctly for me....

sorry, I am not good at English