search: rename render.search_offset -> render.search_glyph_offset

This commit is contained in:
Daniel Eklöf 2020-01-05 15:25:24 +01:00
parent f209541688
commit 7e178d6337
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 8 additions and 8 deletions

View file

@ -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;