diff options
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c index adb53307..b168d0b6 100644 --- a/screen-write.c +++ b/screen-write.c @@ -428,7 +428,7 @@ screen_write_text(struct screen_write_ctx *ctx, u_int width, u_int lines, idx = next; } - screen_write_cursormove(ctx, cx, s->cy + 1, 0); + screen_write_cursormove(ctx, cx, s->cy, 0); free(text); } |