summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-25 20:43:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-25 20:43:14 +0000
commitb87789707b0b099505f611a6784b3a9fc9f8aa7f (patch)
tree537a9e50bc765fe8a4dcc2a167e3da096370a63d /key-bindings.c
parent7836298f296f8f41407dc4a6dbdb4aac1e3d4b96 (diff)
Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index ca862514..fe658e53 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -1,4 +1,4 @@
-/* $Id: key-bindings.c,v 1.36 2008-06-25 19:18:20 nicm Exp $ */
+/* $Id: key-bindings.c,v 1.37 2008-06-25 20:43:14 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -103,6 +103,7 @@ key_bindings_init(void)
{ 'r', &cmd_refresh_client_entry },
{ 's', &cmd_list_sessions_entry },
{ 'w', &cmd_list_windows_entry },
+ { '\'', &cmd_select_prompt_entry },
{ META, &cmd_send_prefix_entry },
};
u_int i;