summaryrefslogtreecommitdiffstats
path: root/cmd.c
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 /cmd.c
parent99fa60f295ed7a11636a6efc547542f370b844c0 (diff)
New command, send-keys, to send a set of keys.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 8e46a92f..52a2cf83 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.33 2007-12-06 09:46:22 nicm Exp $ */
+/* $Id: cmd.c,v 1.34 2008-06-01 20:20:25 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -47,6 +47,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_rename_window_entry,
&cmd_scroll_mode_entry,
&cmd_select_window_entry,
+ &cmd_send_keys_entry,
&cmd_send_prefix_entry,
&cmd_set_option_entry,
&cmd_swap_window_entry,