mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
render: always render cursor
This commit is contained in:
parent
7e4dd2de9a
commit
dfc9554e89
2 changed files with 27 additions and 19 deletions
|
|
@ -156,8 +156,6 @@ term_cursor_to(struct terminal *term, int row, int col)
|
|||
int new_linear = row * term->cols + col;
|
||||
assert(new_linear < term->rows * term->cols);
|
||||
|
||||
term_damage_update(term, term->cursor.linear, 1);
|
||||
term_damage_update(term, new_linear, 1);
|
||||
term->print_needs_wrap = false;
|
||||
|
||||
term->cursor.linear = new_linear;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue