diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-01 20:20:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-01 20:20:25 +0000 |
commit | 65f4284e7fe796e19b6d0c2ba57becee5394e730 (patch) | |
tree | 207e3aa25caa61dcf997640b703dab25507154c6 /tmux.h | |
parent | 99fa60f295ed7a11636a6efc547542f370b844c0 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |