mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-21 01:40:16 -05:00
resolve todos
This commit is contained in:
parent
602e6c1ebc
commit
a168a78087
4 changed files with 21 additions and 29 deletions
3
vimode.h
3
vimode.h
|
|
@ -20,7 +20,8 @@ void vimode_input(struct seat *seat, struct terminal *term,
|
|||
xkb_keysym_t sym, xkb_mod_mask_t mods,
|
||||
xkb_mod_mask_t consumed, const xkb_keysym_t *raw_syms,
|
||||
size_t raw_count, uint32_t serial);
|
||||
// void search_add_chars(struct terminal *term, const char *text, size_t len);
|
||||
void vimode_search_add_chars(struct terminal *term, const char *text,
|
||||
size_t len);
|
||||
|
||||
struct search_match_iterator {
|
||||
struct terminal *term;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue