summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-16 11:48:47 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-16 11:48:47 +0000
commit100190214314cbcbdcf5cf4bb462e218a460b88e (patch)
treeb3db7d4b7db806803d5beef7b2a4b3f67c0bc782 /cmd.c
parent03af7c99b58d65cd9ec0a95e02658c152e18f41e (diff)
select-layout command and some key bindings.
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 45188cac..2f762188 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.94 2009-05-14 16:56:23 nicm Exp $ */
+/* $Id: cmd.c,v 1.95 2009-05-16 11:48:47 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -72,6 +72,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_rotate_window_entry,
&cmd_save_buffer_entry,
&cmd_scroll_mode_entry,
+ &cmd_select_layout_entry,
&cmd_select_pane_entry,
&cmd_select_prompt_entry,
&cmd_select_window_entry,