aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-01 20:20:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-01 20:20:25 +0000
commit65f4284e7fe796e19b6d0c2ba57becee5394e730 (patch)
tree207e3aa25caa61dcf997640b703dab25507154c6 /tmux.h
parent99fa60f295ed7a11636a6efc547542f370b844c0 (diff)
downloadrtmux-65f4284e7fe796e19b6d0c2ba57becee5394e730.tar.gz
rtmux-65f4284e7fe796e19b6d0c2ba57becee5394e730.tar.bz2
rtmux-65f4284e7fe796e19b6d0c2ba57becee5394e730.zip
New command, send-keys, to send a set of keys.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
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 <nicm@users.sourceforge.net>
@@ -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;