mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
reformat
This commit is contained in:
parent
41987537cf
commit
210325d8aa
2 changed files with 1269 additions and 1197 deletions
8
vimode.h
8
vimode.h
|
|
@ -24,10 +24,10 @@ void vimode_search_add_chars(struct terminal *term, const char *text,
|
|||
size_t len);
|
||||
|
||||
struct search_match_iterator {
|
||||
struct terminal *term;
|
||||
struct coord start;
|
||||
char32_t const *buf;
|
||||
size_t len;
|
||||
struct terminal *term;
|
||||
struct coord start;
|
||||
char32_t const *buf;
|
||||
size_t len;
|
||||
};
|
||||
|
||||
struct search_match_iterator search_matches_new_iter(struct terminal *term,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue