mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
render: oops, add missing '}'
This commit is contained in:
parent
b81b1b6ff7
commit
a78cca74a0
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -1573,7 +1573,7 @@ damage_view:
|
||||||
-title_height,
|
-title_height,
|
||||||
term->width / term->scale,
|
term->width / term->scale,
|
||||||
term->height / term->scale + title_height);
|
term->height / term->scale + title_height);
|
||||||
|
}
|
||||||
|
|
||||||
if (term->is_searching)
|
if (term->is_searching)
|
||||||
render_search_box(term);
|
render_search_box(term);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue