CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/04 08:24:02
Modified files:
usr.bin/tmux : cmd-join-pane.c cmd-kill-window.c server-fn.c
tmux.h window-tree.c
Log message:
kill-window -a cannot just walk the list of windows because if
renumber-windows is on, the window it wants to keep could be moved.
Change to renumber afterwards and also behave better if the window is
linked into the session twice. GitHub issue 2287.
