Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-06-28 14:01:13 +01:00
4 changed files with 6 additions and 4 deletions

View File

@ -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;
}