mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: discard canceled compose sequences
This commit is contained in:
parent
ac2eda885a
commit
f67733c0e3
1 changed files with 4 additions and 0 deletions
4
search.c
4
search.c
|
|
@ -466,6 +466,10 @@ search_input(struct terminal *term, uint32_t key, xkb_keysym_t sym, xkb_mod_mask
|
|||
}
|
||||
}
|
||||
|
||||
else if (mods == ctrl && sym == XKB_KEY_w) {
|
||||
search_match_to_end_of_word(term);
|
||||
}
|
||||
|
||||
else {
|
||||
uint8_t buf[64] = {0};
|
||||
int count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue