mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
Revert "search: discard canceled compose sequences"
This reverts commit f67733c0e3.
This commit is contained in:
parent
f67733c0e3
commit
a34deabcc9
1 changed files with 0 additions and 4 deletions
4
search.c
4
search.c
|
|
@ -466,10 +466,6 @@ 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 {
|
else {
|
||||||
uint8_t buf[64] = {0};
|
uint8_t buf[64] = {0};
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue