summaryrefslogtreecommitdiffstats
path: root/input-keys.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-09 15:44:13 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-09 15:44:13 +0100
commita651b08a2f95bb206ae6385801518f93fdd5000e (patch)
treebe8f2f1c33014e8524738174b54a967ab9fde362 /input-keys.c
parentf3221941f27dbe4dbee550f72d42f268c228f5d1 (diff)
parent18f36906a9e40ebcf9705fa9deb197bc4a1f813a (diff)
Merge branch 'obsd-master'
Conflicts: format.c
Diffstat (limited to 'input-keys.c')
-rw-r--r--input-keys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input-keys.c b/input-keys.c
index 5773d016..9f0094dd 100644
--- a/input-keys.c
+++ b/input-keys.c
@@ -200,6 +200,7 @@ input_key(struct window_pane *wp, key_code key, struct mouse_event *m)
return;
}
}
+ key &= ~KEYC_XTERM;
/* Otherwise look the key up in the table. */
for (i = 0; i < nitems(input_keys); i++) {