mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: redraw search box after selection has been cancelled
This commit is contained in:
parent
251545203b
commit
7092a72ce4
1 changed files with 1 additions and 0 deletions
1
search.c
1
search.c
|
|
@ -160,6 +160,7 @@ search_selection_cancelled(struct terminal *term)
|
||||||
{
|
{
|
||||||
term->search.match = (struct coord){-1, -1};
|
term->search.match = (struct coord){-1, -1};
|
||||||
term->search.match_len = 0;
|
term->search.match_len = 0;
|
||||||
|
render_refresh_search(term);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue