diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-12 13:03:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-12 13:03:58 +0000 |
commit | f3404ee9229ae3acab973b93ca7a20eddd593c7f (patch) | |
tree | 6da5c97c1301c44438c1f00b7a594f9d781fd66f /key-bindings.c | |
parent | e5b70015246c634a53747a149e5e7f8cc04a9f85 (diff) | |
download | rtmux-f3404ee9229ae3acab973b93ca7a20eddd593c7f.tar.gz rtmux-f3404ee9229ae3acab973b93ca7a20eddd593c7f.tar.bz2 rtmux-f3404ee9229ae3acab973b93ca7a20eddd593c7f.zip |
send-prefix command.
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c index 78143782..31deeb25 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -1,4 +1,4 @@ -/* $Id: key-bindings.c,v 1.7 2007-10-04 11:55:55 nicm Exp $ */ +/* $Id: key-bindings.c,v 1.8 2007-10-12 13:03:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -103,6 +103,7 @@ key_bindings_init(void) { '7', &cmd_select_window_entry, cmd_select_window_default }, { '8', &cmd_select_window_entry, cmd_select_window_default }, { '9', &cmd_select_window_entry, cmd_select_window_default }, + { META, &cmd_send_prefix_entry, NULL }, /* { 'R', &cmd_refresh_client_entry }, { 'r', &cmd_refresh_client_entry }, { 'I', &cmd_windo_info_entry }, |