mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
grid: reflow: add TODO to detect selection on re-used rows, and cancel it
This commit is contained in:
parent
2e828248d0
commit
0800515c04
1 changed files with 7 additions and 0 deletions
7
grid.c
7
grid.c
|
|
@ -482,6 +482,13 @@ _line_wrap(struct grid *old_grid, struct row **new_grid, struct row *row,
|
||||||
tll_remove(old_grid->sixel_images, it);
|
tll_remove(old_grid->sixel_images, it);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TODO: detect if the re-used row is covered by the
|
||||||
|
* selection. Of so, cancel the selection. The problem: we
|
||||||
|
* don’t know if we’ve translated the selection coordinates
|
||||||
|
* yet.
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
struct row_data *extra = row->extra;
|
struct row_data *extra = row->extra;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue