summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-01 18:42:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-01 18:42:38 +0000
commit0926a2301443fad7280d1ed5ced73587faa815c8 (patch)
tree7aaad605b67fc57a35976f5ca21a72c749388db8 /cmd.c
parentf27fefd7b84633be67b7702c616ed398c87e8ec6 (diff)
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index 902c390f..733f4013 100644
--- a/cmd.c
+++ b/cmd.c
@@ -31,6 +31,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,