summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-08-28 20:02:24 +0100
committerThomas Adam <thomas@xteddy.org>2019-08-28 20:02:24 +0100
commit4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b (patch)
tree46132a498594a77988039d72c0ddaf1c31d52b32 /window.c
parent6640790bdc410a53587cc79da0d70141360e546e (diff)
parentdf0334d3b397de03a81411f1101a8e82a55b9be9 (diff)
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 e003decd..b07fc63e 100644
--- a/window.c
+++ b/window.c
@@ -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);
}
/*