mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-06 04:06:06 -05:00
search: update search box before we update the main grid
This commit is contained in:
parent
9d834bb43d
commit
3ec50369ce
1 changed files with 1 additions and 1 deletions
2
search.c
2
search.c
|
|
@ -621,6 +621,6 @@ search_input(struct terminal *term, uint32_t key, xkb_keysym_t sym, xkb_mod_mask
|
|||
|
||||
LOG_DBG("search: buffer: %S", term->search.buf);
|
||||
search_find_next(term);
|
||||
render_refresh(term);
|
||||
render_search_box(term);
|
||||
render_refresh(term);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue