grid: reflow: add TODO to detect selection on re-used rows, and cancel it

This commit is contained in:
Daniel Eklöf 2022-02-07 13:57:25 +01:00
parent 2e828248d0
commit 0800515c04
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

7
grid.c
View file

@ -482,6 +482,13 @@ _line_wrap(struct grid *old_grid, struct row **new_grid, struct row *row,
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
* dont know if weve translated the selection coordinates
* yet.
*/
}
struct row_data *extra = row->extra;