mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
multi-seat: re-enable scrollback search support
This commit is contained in:
parent
58415428cf
commit
04e566492c
4 changed files with 16 additions and 29 deletions
2
input.c
2
input.c
|
|
@ -553,7 +553,7 @@ keyboard_key(void *data, struct wl_keyboard *wl_keyboard, uint32_t serial,
|
|||
if (term->is_searching) {
|
||||
if (should_repeat)
|
||||
start_repeater(seat, key - 8);
|
||||
search_input(term, key, sym, effective_mods, serial);
|
||||
search_input(seat, term, key, sym, effective_mods, serial);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue