mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: minor
This commit is contained in:
parent
d7dd14ea6a
commit
a712ca40e1
1 changed files with 2 additions and 1 deletions
3
render.c
3
render.c
|
|
@ -388,7 +388,8 @@ grid_render(struct terminal *term)
|
|||
term->render.last_cursor.cell = NULL;
|
||||
|
||||
if (term->render.last_cursor.actual.col != term->cursor.col ||
|
||||
term->render.last_cursor.actual.row != term->cursor.row) {
|
||||
term->render.last_cursor.actual.row != term->cursor.row)
|
||||
{
|
||||
/* Detect cursor movement - we don't dirty cells touched
|
||||
* by the cursor, since only the final cell matters. */
|
||||
all_clean = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue