summaryrefslogtreecommitdiffstats
path: root/xterm-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-03-27 20:31:25 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-03-27 20:31:25 +0000
commit7ce8fee4f3ea4a480ffa18cd5d66ba9a7f3626db (patch)
tree6b79165c213065c828857cbdb78b567e57a61563 /xterm-keys.c
parent808502ac3d86193d9a371728b2ea2055100c76c3 (diff)
Don't include meta twice when working out the flags to output for
xterm-style keys - bit 3 is accepted on input but not on output. Also a style nit in the header.
Diffstat (limited to 'xterm-keys.c')
-rw-r--r--xterm-keys.c2
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