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
tmux.h
View File

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