aboutsummaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'status.c')
-rw-r--r--status.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/status.c b/status.c
index bd77b90d..ecb55380 100644
--- a/status.c
+++ b/status.c
@@ -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);