aboutsummaryrefslogtreecommitdiff
path: root/window-client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-12 22:02:42 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-12 22:02:42 +0000
commit400529eea04350907b5e240d991f4d39108177c5 (patch)
treeea9a5328e78464aaf14c78cde1cad4f689a7abe1 /window-client.c
parentba4a884d753ade5fd285ecedd7bca25c70023058 (diff)
parent938156d73b0cc0692c727ac9a94bf65b235cfe40 (diff)
downloadrtmux-400529eea04350907b5e240d991f4d39108177c5.tar.gz
rtmux-400529eea04350907b5e240d991f4d39108177c5.tar.bz2
rtmux-400529eea04350907b5e240d991f4d39108177c5.zip
Merge branch 'obsd-master'
Diffstat (limited to 'window-client.c')
-rw-r--r--window-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/window-client.c b/window-client.c
index f0c81cf0..f86d8676 100644
--- a/window-client.c
+++ b/window-client.c
@@ -225,10 +225,10 @@ window_client_draw(__unused void *modedata, void *itemdata,
screen_write_preview(ctx, &wp->base, sx, sy - 3);
- screen_write_cursormove(ctx, cx, cy + sy - 2);
+ screen_write_cursormove(ctx, cx, cy + sy - 2, 0);
screen_write_hline(ctx, sx, 0, 0);
- screen_write_cursormove(ctx, cx, cy + sy - 1);
+ screen_write_cursormove(ctx, cx, cy + sy - 1, 0);
if (c->status.old_status != NULL)
screen_write_fast_copy(ctx, c->status.old_status, 0, 0, sx, 1);
else