New command, capture-pane, which copies the entire pane contents to a paste

buffer. From Jonathan Alvarado.
This commit is contained in:
Nicholas Marriott
2009-12-01 18:42:38 +00:00
parent f27fefd7b8
commit 0926a23014
5 changed files with 91 additions and 1 deletions

1
cmd.c
View File

@@ -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,