mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
comment fixes
This commit is contained in:
parent
68685fdf13
commit
41987537cf
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -691,7 +691,7 @@ static bool is_cell_highlighted(struct terminal* const term,
|
|||
struct highlight_location const* location = term->vimode.highlights;
|
||||
int const row_abs = grid_row_absolute_in_view(term->grid, cell.row);
|
||||
while(location != NULL) {
|
||||
// End the search early if we are past the possible locations.
|
||||
// End the search early if we are past the our row.
|
||||
if(location->range.start.row > row_abs) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue