render: overlay: reset ‘start_col’ after handling the first row

This commit is contained in:
Daniel Eklöf 2022-04-17 19:26:54 +02:00
parent 3905212651
commit 2085621bf4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1564,6 +1564,8 @@ render_overlay(struct terminal *term)
if (++r > end_row)
break;
start_col = 0;
}
}