search: redraw search box after selection has been cancelled

This commit is contained in:
Daniel Eklöf 2021-07-22 17:57:25 +02:00
parent 251545203b
commit 7092a72ce4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -160,6 +160,7 @@ search_selection_cancelled(struct terminal *term)
{
term->search.match = (struct coord){-1, -1};
term->search.match_len = 0;
render_refresh_search(term);
}
static void