From 55f51c4949110149f521ef31969c3a2fd5851d8f Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 2 Dec 2009 15:10:44 +0000 Subject: Sync OpenBSD patchset 577: New command, capture-pane, which copies the entire pane contents to a paste buffer. From Jonathan Alvarado. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index ca9c762a..9202b16b 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.527 2009-12-02 15:06:34 tcunha Exp $ */ +/* $Id: tmux.h,v 1.528 2009-12-02 15:10:44 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1432,6 +1432,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; -- cgit