diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-12-01 18:42:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-12-01 18:42:38 +0000 |
commit | 0926a2301443fad7280d1ed5ced73587faa815c8 (patch) | |
tree | 7aaad605b67fc57a35976f5ca21a72c749388db8 /cmd.c | |
parent | f27fefd7b84633be67b7702c616ed398c87e8ec6 (diff) | |
download | rtmux-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 'cmd.c')
-rw-r--r-- | cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |