Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-08-28 20:02:24 +01:00
3 changed files with 46 additions and 32 deletions

View File

@ -954,7 +954,7 @@ window_pane_resize(struct window_pane *wp, u_int sx, u_int sy)
if (wme != NULL && wme->mode->resize != NULL)
wme->mode->resize(wme, sx, sy);
wp->flags |= PANE_RESIZE;
wp->flags |= (PANE_RESIZE|PANE_RESIZED);
}
/*