Add ; too.

This commit is contained in:
Nicholas Marriott
2008-06-19 21:28:41 +00:00
parent 85135221f0
commit be0cf3bfe4
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: key-bindings.c,v 1.32 2008-06-19 20:45:20 nicm Exp $ */
/* $Id: key-bindings.c,v 1.33 2008-06-19 21:28:41 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -109,6 +109,7 @@ key_bindings_init(void)
{ '[', &cmd_copy_mode_entry },
{ ']', &cmd_paste_buffer_entry },
{ ':', &cmd_command_prompt_entry },
{ ';', &cmd_command_prompt_entry },
{ META, &cmd_send_prefix_entry },
};
u_int i;