aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
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 /cmd.c
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 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 55c2d845..2f327b54 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.132 2009-11-22 00:13:34 tcunha Exp $ */
+/* $Id: cmd.c,v 1.133 2009-12-02 15:10:44 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -30,6 +30,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_attach_session_entry,
&cmd_bind_key_entry,
&cmd_break_pane_entry,
+ &cmd_capture_pane_entry,
&cmd_choose_client_entry,
&cmd_choose_session_entry,
&cmd_choose_window_entry,