mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
search: rename render.search_offset -> render.search_glyph_offset
This commit is contained in:
parent
f209541688
commit
7e178d6337
3 changed files with 8 additions and 8 deletions
2
search.c
2
search.c
|
|
@ -51,7 +51,7 @@ search_cancel_keep_selection(struct terminal *term)
|
|||
term->search.match = (struct coord){-1, -1};
|
||||
term->search.match_len = 0;
|
||||
term->is_searching = false;
|
||||
term->render.search_offset = 0;
|
||||
term->render.search_glyph_offset = 0;
|
||||
|
||||
term_xcursor_update(term);
|
||||
render_refresh(term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue