commit | d4785fe798fff238c65a9324c0a7b6c9ed3efb7f | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Thu Mar 21 18:45:38 2013 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Thu Mar 21 18:45:38 2013 +0000 |
tree | 3aec1af40d2a2138f01c191cbc7841cc68f8b8c9 | |
parent | 3d24c75d0f9234f7490f6e5277476fb8d6748da6 [diff] |
Don't set key KEYC_NONE on xterm_keys_find match() 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. From Thomas Adam