mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
term: shorten application_synchronized_updates -> app_sync_updates
This commit is contained in:
parent
02c310d241
commit
1623fc0c0a
4 changed files with 26 additions and 26 deletions
4
render.c
4
render.c
|
|
@ -1016,7 +1016,7 @@ render_resize(struct terminal *term, int width, int height)
|
|||
return;
|
||||
|
||||
/* Cancel an application initiated "Synchronized Update" */
|
||||
term_disable_application_synchronized_updates(term);
|
||||
term_disable_app_sync_updates(term);
|
||||
|
||||
term->width = width;
|
||||
term->height = height;
|
||||
|
|
@ -1193,7 +1193,7 @@ fdm_hook_refresh_pending_terminals(struct fdm *fdm, void *data)
|
|||
if (!term->render.refresh_needed)
|
||||
continue;
|
||||
|
||||
if (term->render.application_synchronized_updates.enabled)
|
||||
if (term->render.app_sync_updates.enabled)
|
||||
continue;
|
||||
|
||||
assert(term->window->is_configured);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue