summaryrefslogtreecommitdiffstats
path: root/window-buffer.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-buffer.c
parentba4a884d753ade5fd285ecedd7bca25c70023058 (diff)
parent938156d73b0cc0692c727ac9a94bf65b235cfe40 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'window-buffer.c')
-rw-r--r--window-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window-buffer.c b/window-buffer.c
index ec1e95ad..379b90ad 100644
--- a/window-buffer.c
+++ b/window-buffer.c
@@ -225,7 +225,7 @@ window_buffer_draw(__unused void *modedata, void *itemdata,
line[at] = '\0';
if (*line != '\0') {
- screen_write_cursormove(ctx, cx, cy + i);
+ screen_write_cursormove(ctx, cx, cy + i, 0);
screen_write_puts(ctx, &grid_default_cell, "%s", line);
}