aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-12-02 15:10:44 +0000
committerTiago Cunha <tcunha@gmx.com>2009-12-02 15:10:44 +0000
commit55f51c4949110149f521ef31969c3a2fd5851d8f (patch)
treedfcc2031f7bf5eca5daf252fd2c4d858390c4500 /tmux.1
parentc87379b04dd1f74bb2c99b8f2c5a8f32a4c801f8 (diff)
downloadrtmux-55f51c4949110149f521ef31969c3a2fd5851d8f.tar.gz
rtmux-55f51c4949110149f521ef31969c3a2fd5851d8f.tar.bz2
rtmux-55f51c4949110149f521ef31969c3a2fd5851d8f.zip
Sync OpenBSD patchset 577:
New command, capture-pane, which copies the entire pane contents to a paste buffer. From Jonathan Alvarado.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.111
1 files changed, 9 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 3b035009..5386dfd3 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.209 2009-11-28 14:39:53 tcunha Exp $
+.\" $Id: tmux.1,v 1.210 2009-12-02 15:10:44 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 24 2009 $
+.Dd $Mdocdate: December 1 2009 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -664,6 +664,13 @@ off from its containing window to make it the only pane in a new window.
If
.Fl d
is given, the new window does not become the current window.
+.It Xo Ic capture-pane
+.Op Fl b Ar buffer-index
+.Op Fl t Ar target-pane
+.Xc
+.D1 (alias: Ic capturep )
+Capture the contents of a pane to the specified buffer, or a new buffer if none
+is specified.
.It Xo
.Ic choose-client
.Op Fl t Ar target-window