Ooops, yes, commit it please.
On Sat, Feb 16, 2013 at 09:07:36PM +0000, Thomas Adam wrote: > When calling xterm_keys_find(); if we get a complete match, don't set the > key to unknown before calling the action to complete the binding; otherwise > non-prefixed bindings will not work. > --- > tty-keys.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tty-keys.c b/tty-keys.c > index bcb582e..1ede061 100644 > --- a/tty-keys.c > +++ b/tty-keys.c > @@ -473,7 +473,6 @@ tty_keys_next(struct tty *tty) > /* Try to parse a key with an xterm-style modifier. */ > switch (xterm_keys_find(buf, len, &size, &key)) { > case 0: /* found */ > - key = KEYC_NONE; > goto complete_key; > case -1: /* not found */ > break; > -- > 1.7.11.4 > > > ------------------------------------------------------------------------------ > The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, > is your hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials, tech docs, > whitepapers, evaluation guides, and opinion stories. Check out the most > recent posts - join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > tmux-users mailing list > tmux-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tmux-users ------------------------------------------------------------------------------ The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials, tech docs, whitepapers, evaluation guides, and opinion stories. Check out the most recent posts - join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users