mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -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
|
|
@ -310,7 +310,7 @@ struct terminal {
|
|||
bool was_flashing; /* Flash was active last time we rendered */
|
||||
bool was_searching;
|
||||
|
||||
size_t search_offset;
|
||||
size_t search_glyph_offset;
|
||||
|
||||
bool presentation_timings;
|
||||
struct timespec input_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue