diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-17 10:04:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-17 10:04:59 +0000 |
commit | d1e8fb33dab9d2ed2888263d98da1e8d12a4e4e5 (patch) | |
tree | 451d5cad86cd585bc47e0e6eb1ad961eec1bd361 | |
parent | 1e3a4f2331e681f6102cc6dd30249455849822ed (diff) | |
parent | 2ac1d46f467c75b5caa43409b280bc123b5824d8 (diff) | |
download | rtmux-d1e8fb33dab9d2ed2888263d98da1e8d12a4e4e5.tar.gz rtmux-d1e8fb33dab9d2ed2888263d98da1e8d12a4e4e5.tar.bz2 rtmux-d1e8fb33dab9d2ed2888263d98da1e8d12a4e4e5.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
-rw-r--r-- | tty-keys.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |