mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
render: overlay: reset ‘start_col’ after handling the first row
This commit is contained in:
parent
3905212651
commit
2085621bf4
1 changed files with 2 additions and 0 deletions
2
render.c
2
render.c
|
|
@ -1564,6 +1564,8 @@ render_overlay(struct terminal *term)
|
||||||
|
|
||||||
if (++r > end_row)
|
if (++r > end_row)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
start_col = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue