diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-16 11:48:47 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-16 11:48:47 +0000 |
commit | 100190214314cbcbdcf5cf4bb462e218a460b88e (patch) | |
tree | b3db7d4b7db806803d5beef7b2a4b3f67c0bc782 /cmd.c | |
parent | 03af7c99b58d65cd9ec0a95e02658c152e18f41e (diff) | |
download | rtmux-100190214314cbcbdcf5cf4bb462e218a460b88e.tar.gz rtmux-100190214314cbcbdcf5cf4bb462e218a460b88e.tar.bz2 rtmux-100190214314cbcbdcf5cf4bb462e218a460b88e.zip |
select-layout command and some key bindings.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |