aboutsummaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-28 14:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-28 14:01:13 +0100
commit336beeb09afcc8f381062da49a4c23c6d16a9833 (patch)
treef8a9e6817fe5b84b52b1dd9ee4086a1099895460 /window.c
parent1ca920bbebd5fb418089752aa595e4e5696e28bc (diff)
parenta00b0d13ede4a0f3743606c79a38eada403f77f9 (diff)
downloadrtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.tar.gz
rtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.tar.bz2
rtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.zip
Merge branch 'obsd-master'
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c
index bbcc109c..16797dfd 100644
--- a/window.c
+++ b/window.c
@@ -1240,7 +1240,7 @@ window_pane_key(struct window_pane *wp, struct client *c, struct session *s,
if (wp->mode != NULL) {
wp->modelast = time(NULL);
if (wp->mode->key != NULL)
- wp->mode->key(wp, c, s, key, m);
+ wp->mode->key(wp, c, s, (key & ~KEYC_XTERM), m);
return;
}