mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -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
dcs.c
4
dcs.c
|
|
@ -13,7 +13,7 @@ bsu(struct terminal *term)
|
|||
LOG_WARN("untested: BSU - Begin Synchronized Update (params: %.*s)",
|
||||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||
|
||||
term_enable_application_synchronized_updates(term);
|
||||
term_enable_app_sync_updates(term);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ esu(struct terminal *term)
|
|||
LOG_WARN("untested: ESU - Begin Synchronized Update (params: %.*s)",
|
||||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||
|
||||
term_disable_application_synchronized_updates(term);
|
||||
term_disable_app_sync_updates(term);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue