Add StatusLeft and StatusRight mouse key modifiers for the left and

right parts of the status line.
This commit is contained in:
nicm
2018-08-22 20:06:14 +00:00
parent 98a478ceb3
commit 55db3623bf
5 changed files with 116 additions and 16 deletions

View File

@ -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: