mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 01:56:58 +00:00
Fix some customize mode drawing nits.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user