render: minor

This commit is contained in:
Daniel Eklöf 2019-07-24 20:26:32 +02:00
parent d7dd14ea6a
commit a712ca40e1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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