CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2020/04/22 15:15:33

Modified files:
        usr.bin/tmux   : cmd-break-pane.c cmd-join-pane.c 
                         cmd-move-window.c tmux.1 

Log message:
Improve join-pane, move-pane and break-pane:

- There is no need for join-pane and move-pane to be different.
- break-pane can just behave like move-window if the source has only one
pane, instead of failing.
- Add -a to break-pane like move-window.

Also add missing man page bits for previous window-tree.c changes.

GitHub issue 2176.

Reply via email to