mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
search: new function: search_add_chars()
This function inserts a string into the search buffer, at the current insertion point (i.e. where the cursor is).
This commit is contained in:
parent
7eea6f94ed
commit
f51ce34753
2 changed files with 5 additions and 4 deletions
1
search.h
1
search.h
|
|
@ -7,3 +7,4 @@ void search_begin(struct terminal *term);
|
|||
void search_cancel(struct terminal *term);
|
||||
void search_input(struct seat *seat, struct terminal *term, uint32_t key,
|
||||
xkb_keysym_t sym, xkb_mod_mask_t mods, uint32_t serial);
|
||||
void search_add_chars(struct terminal *term, const char *text, size_t len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue