add vimode cursor as tracking point to reflow

This commit is contained in:
Piotr Kocia 2025-03-31 18:31:14 +02:00
parent a168a78087
commit 2609206c98
2 changed files with 49 additions and 16 deletions

1
grid.c
View file

@ -859,7 +859,6 @@ grid_resize_and_reflow(
saved_cursor.row += grid->offset;
saved_cursor.row &= old_rows - 1;
// TODO (kociap): add the vimode cursor and selection start.
size_t tp_count =
tracking_points_count +
1 + /* cursor */