CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2013/03/21 12:45:38
Modified files: usr.bin/tmux : tty-keys.c Log message: 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