mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04: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);
|
size_t len);
|
||||||
|
|
||||||
struct search_match_iterator {
|
struct search_match_iterator {
|
||||||
struct terminal *term;
|
struct terminal *term;
|
||||||
struct coord start;
|
struct coord start;
|
||||||
char32_t const *buf;
|
char32_t const *buf;
|
||||||
size_t len;
|
size_t len;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct search_match_iterator search_matches_new_iter(struct terminal *term,
|
struct search_match_iterator search_matches_new_iter(struct terminal *term,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue