From 65f4284e7fe796e19b6d0c2ba57becee5394e730 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 1 Jun 2008 20:20:25 +0000 Subject: New command, send-keys, to send a set of keys. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 3a3cede0..ff5dbb41 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.115 2008-05-31 18:04:57 nicm Exp $ */ +/* $Id: tmux.h,v 1.116 2008-06-01 20:20:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -748,6 +748,7 @@ extern const struct cmd_entry cmd_rename_session_entry; extern const struct cmd_entry cmd_rename_window_entry; extern const struct cmd_entry cmd_scroll_mode_entry; extern const struct cmd_entry cmd_select_window_entry; +extern const struct cmd_entry cmd_send_keys_entry; extern const struct cmd_entry cmd_send_prefix_entry; extern const struct cmd_entry cmd_set_option_entry; extern const struct cmd_entry cmd_swap_window_entry; -- cgit