I installed byobu(v5.60), tmux(v1.8). Then I found a difference with an old version, byobu(v5.27)tmux(v1.7):
The old version byobu-tmux start byobu server with command like(checked by top -c)
tmux -2 -f /*****/share/byobu/profiles/tmuxrc new-session /*****/bin/byobu-shell
,
but the new version is
tmux -2 -f /*****/share/byobu/profiles/tmuxrc new-session -n - /*****/bin/byobu-shell
.
So the new version will initialize a window with name "-". I don't want to use a name for windows, so I have modified the F2 bind to open noname window, but the first one is still a problem.
How to close the -n -
option when byobu server starts?