Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed.

This commit is contained in:
Nicholas Marriott
2008-06-25 20:43:14 +00:00
parent 7836298f29
commit b87789707b
9 changed files with 232 additions and 11 deletions

View File

@@ -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;