aboutsummaryrefslogtreecommitdiff
path: root/tty-keys.c
diff options
context:
space:
mode:
Diffstat (limited to 'tty-keys.c')
-rw-r--r--tty-keys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tty-keys.c b/tty-keys.c
index bcb582ec..1ede0617 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;