CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/10 01:44:26
Modified files:
usr.bin/tmux : cfg.c cmd-choose-tree.c cmd-copy-mode.c
cmd-find-window.c cmd-queue.c cmd-run-shell.c
tmux.1 tmux.h window-copy.c window.c
Log message:
Now that copy mode copies the pane content rather than keeping a
reference to it, it isn't necessary that the pane in copy mode is the
same as the one copying from. Add a -s flag to copy-mode to specify a
different pane for the source content. This means it is possible to view
two places in a pane's history at the same time in different panes, or
copy from a pane's history into an editor or shell in the same pane.
>From Anindya Mukherjee.