From 4213ff8faa476a8b63b9c0351fbf95fc5f1a78be Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 3 Feb 2009 17:21:19 +0000 Subject: copy-buffer command. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index c0124311..8f53d599 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.258 2009-01-30 00:24:49 nicm Exp $ */ +/* $Id: tmux.h,v 1.259 2009-02-03 17:21:19 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1110,6 +1110,7 @@ extern const struct cmd_entry cmd_choose_session_entry; extern const struct cmd_entry cmd_choose_window_entry; extern const struct cmd_entry cmd_clock_mode_entry; extern const struct cmd_entry cmd_command_prompt_entry; +extern const struct cmd_entry cmd_copy_buffer_entry; extern const struct cmd_entry cmd_copy_mode_entry; extern const struct cmd_entry cmd_delete_buffer_entry; extern const struct cmd_entry cmd_detach_client_entry; -- cgit