mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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)
|
||||
break;
|
||||
|
||||
start_col = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue