diff options
author | nicm <nicm> | 2018-08-22 20:06:14 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-08-22 20:06:14 +0000 |
commit | 55db3623bf7084a161d457f0c0b891a46a444a77 (patch) | |
tree | c11375792c9c9cf1d590b08af91616497cfe84e4 /status.c | |
parent | 98a478ceb3d4b8f6d1951b0b12891e54abee96d0 (diff) | |
download | rtmux-55db3623bf7084a161d457f0c0b891a46a444a77.tar.gz rtmux-55db3623bf7084a161d457f0c0b891a46a444a77.tar.bz2 rtmux-55db3623bf7084a161d457f0c0b891a46a444a77.zip |
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.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |