mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04: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) {
|
if (new_row >= 0) {
|
||||||
term->search.match.col = new_col;
|
term->search.match.col = new_col;
|
||||||
term->search.match.row = new_row;
|
term->search.match.row = new_row;
|
||||||
search_update(term);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue