diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-05 10:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-05 10:01:11 +0000 |
commit | 58642011df2ccb02d405626e641ad9f11945a276 (patch) | |
tree | 68e7775da8a888e271ba22ab11dcbce7d60b28e1 /status.c | |
parent | 45dbbb78b0f8865475ef262d45465f3faafd3500 (diff) | |
parent | 9a56671a7565322142b9871c5fe1d945ce200b9a (diff) | |
download | rtmux-58642011df2ccb02d405626e641ad9f11945a276.tar.gz rtmux-58642011df2ccb02d405626e641ad9f11945a276.tar.bz2 rtmux-58642011df2ccb02d405626e641ad9f11945a276.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -475,7 +475,8 @@ draw: /* Copy the window list. */ c->wlmouse = -wloffset + wlstart; screen_write_cursormove(&ctx, wloffset, 0); - screen_write_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1); + screen_write_copy(&ctx, &window_list, wlstart, 0, wlwidth, 1, NULL, + NULL); screen_free(&window_list); screen_write_stop(&ctx); |