diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-08-28 20:02:24 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-08-28 20:02:24 +0100 |
commit | 4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b (patch) | |
tree | 46132a498594a77988039d72c0ddaf1c31d52b32 /window.c | |
parent | 6640790bdc410a53587cc79da0d70141360e546e (diff) | |
parent | df0334d3b397de03a81411f1101a8e82a55b9be9 (diff) | |
download | rtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.tar.gz rtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.tar.bz2 rtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'window.c')
-rw-r--r-- | window.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } /* |