mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
search: search_update() is always called at end of search_input()
This commit is contained in:
parent
d518d9dafb
commit
d1974913f7
1 changed files with 0 additions and 1 deletions
1
search.c
1
search.c
|
|
@ -219,7 +219,6 @@ search_input(struct terminal *term, uint32_t key, xkb_keysym_t sym, xkb_mod_mask
|
|||
if (new_row >= 0) {
|
||||
term->search.match.col = new_col;
|
||||
term->search.match.row = new_row;
|
||||
search_update(term);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue