summaryrefslogtreecommitdiffstats
path: root/status.c
diff options
context:
space:
mode:
authornicm <nicm>2018-08-22 20:06:14 +0000
committernicm <nicm>2018-08-22 20:06:14 +0000
commit55db3623bf7084a161d457f0c0b891a46a444a77 (patch)
treec11375792c9c9cf1d590b08af91616497cfe84e4 /status.c
parent98a478ceb3d4b8f6d1951b0b12891e54abee96d0 (diff)
Add StatusLeft and StatusRight mouse key modifiers for the left and
right parts of the status line.
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: