summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 23:32:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 23:32:26 +0000
commit7ba01f68437e43538da1c7be96140709ddb00d77 (patch)
treebdafea75a00c8d03cb5a027d2b0472e76c1e798b /key-bindings.c
parentc3e049c5a9343138be44c9ab8f77c36293871424 (diff)
New window command.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 7cbd556b..397533ef 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -1,4 +1,4 @@
-/* $Id: key-bindings.c,v 1.1 2007-10-03 21:31:07 nicm Exp $ */
+/* $Id: key-bindings.c,v 1.2 2007-10-03 23:32:26 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -79,9 +79,9 @@ key_bindings_init(void)
{ 'd', &cmd_detach_session_entry },
{ 'S', &cmd_list_sessions_entry },
{ 's', &cmd_list_sessions_entry },
-/* { 'C', &cmd_new_window },
- { 'c', &cmd_new_window },
- { 'N', &cmd_next_window },
+ { 'C', &cmd_new_window_entry },
+ { 'c', &cmd_new_window_entry },
+/* { 'N', &cmd_next_window },
{ 'n', &cmd_next_window },
{ 'P', &cmd_previous_window },
{ 'p', &cmd_previous_window },