mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
rename
This commit is contained in:
parent
66a3e53b31
commit
2033b267d8
7 changed files with 28 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue