aboutsummaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'status.c')
-rw-r--r--status.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.c b/status.c
index 63bd47a4..a2c28d45 100644
--- a/status.c
+++ b/status.c
@@ -511,6 +511,10 @@ draw:
screen_write_fast_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1);
screen_free(&window_list);
+ /* Save left and right size. */
+ c->status.left_size = llen;
+ c->status.right_size = rlen;
+
screen_write_stop(&ctx);
out: