diff --git a/main.c b/main.c index 88c08998..e3612d2e 100644 --- a/main.c +++ b/main.c @@ -391,7 +391,7 @@ grid_render(struct context *c) if (tll_length(c->term.grid->damage) == 0 && tll_length(c->term.grid->scroll_damage) == 0 && - last_cursor == c->term.cursor.linear) + last_cursor == c->term.grid->offset + c->term.cursor.linear) { return; }