mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
add vimode cursor as tracking point to reflow
This commit is contained in:
parent
a168a78087
commit
2609206c98
2 changed files with 49 additions and 16 deletions
1
grid.c
1
grid.c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue