This commit is contained in:
Piotr Kocia 2025-03-30 12:53:34 +02:00
parent 66a3e53b31
commit 2033b267d8
7 changed files with 28 additions and 27 deletions

View file

@ -524,7 +524,7 @@ cursor_refresh(struct terminal *term)
if (!term->window->is_configured)
return;
if(term->is_vimming) {
if(term->vimode.active) {
struct row *const row =
grid_row_in_view(term->grid, term->vimode.cursor.row);
row->cells[term->vimode.cursor.col].attrs.clean = 0;