Fix some customize mode drawing nits.

This commit is contained in:
Nicholas Marriott
2020-05-08 22:09:31 +01:00
parent a61cbf1c33
commit 5e97d79eb1
4 changed files with 10 additions and 3 deletions

View File

@ -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);
}