aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
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 /tmux.h
parentf27fefd7b84633be67b7702c616ed398c87e8ec6 (diff)
downloadrtmux-0926a2301443fad7280d1ed5ced73587faa815c8.tar.gz
rtmux-0926a2301443fad7280d1ed5ced73587faa815c8.tar.bz2
rtmux-0926a2301443fad7280d1ed5ced73587faa815c8.zip
New command, capture-pane, which copies the entire pane contents to a paste
buffer. From Jonathan Alvarado.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index e29bb015..59b3ec1f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1433,6 +1433,7 @@ extern const struct cmd_entry *cmd_table[];
extern const struct cmd_entry cmd_attach_session_entry;
extern const struct cmd_entry cmd_bind_key_entry;
extern const struct cmd_entry cmd_break_pane_entry;
+extern const struct cmd_entry cmd_capture_pane_entry;
extern const struct cmd_entry cmd_choose_client_entry;
extern const struct cmd_entry cmd_choose_session_entry;
extern const struct cmd_entry cmd_choose_window_entry;