diff options
Diffstat (limited to 'xterm-keys.c')
-rw-r--r-- | xterm-keys.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xterm-keys.c b/xterm-keys.c index 1e5583f7..fd9fee8a 100644 --- a/xterm-keys.c +++ b/xterm-keys.c @@ -174,8 +174,6 @@ xterm_keys_lookup(int key) modifiers += 2; if (key & KEYC_CTRL) modifiers += 4; - if (key & KEYC_ESCAPE) - modifiers += 8; /* * If the key has no modifiers, return NULL and let it fall through to |