aboutsummaryrefslogtreecommitdiff
path: root/screen-redraw.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-10-26 16:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2021-10-26 16:01:11 +0100
commitc77924bb56800c671d96aa64b887d1ddf033ad94 (patch)
treeb62642fb383466eef9e2dadd53bda5490348304b /screen-redraw.c
parent6f46f71d58d508703c29ddc50c04bb4b56603e20 (diff)
parent9695114230613f57c11936ae0e1fe2cd6ba0a7b4 (diff)
downloadrtmux-c77924bb56800c671d96aa64b887d1ddf033ad94.tar.gz
rtmux-c77924bb56800c671d96aa64b887d1ddf033ad94.tar.bz2
rtmux-c77924bb56800c671d96aa64b887d1ddf033ad94.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'screen-redraw.c')
-rw-r--r--screen-redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-redraw.c b/screen-redraw.c
index 11900b4f..0326c12d 100644
--- a/screen-redraw.c
+++ b/screen-redraw.c
@@ -400,7 +400,7 @@ screen_redraw_make_pane_status(struct client *c, struct window_pane *wp,
gc.attr &= ~GRID_ATTR_CHARSET;
screen_write_cursormove(&ctx, 0, 0, 0);
- format_draw(&ctx, &gc, width, expanded, NULL);
+ format_draw(&ctx, &gc, width, expanded, NULL, 0);
screen_write_stop(&ctx);
free(expanded);