CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/06/04 05:43:51

Modified files:
        usr.bin/tmux   : cmd-find.c cmd-join-pane.c cmd-select-pane.c 
                         cmd-swap-pane.c cmd-swap-window.c 
                         key-bindings.c screen-redraw.c server.c tmux.1 
                         tmux.h window.c 

Log message:
Add support for a single "marked pane". There is one marked pane in the
server at a time; it may be toggled or cleared with select-pane -m and
-M (the border is highlighted). A new target '~' or '{marked}' specifies
the marked pane to commands and it is the default target for the
swap-pane and join-pane -s flag (this makes them much simpler to use -
mark the source pane and then change to the target pane to run swapp or
joinp).

Reply via email to