mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04: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
|
|
@ -295,7 +295,7 @@ struct terminal {
|
|||
struct {
|
||||
bool enabled;
|
||||
int timer_fd;
|
||||
} application_synchronized_updates;
|
||||
} app_sync_updates;
|
||||
|
||||
/* Render threads + synchronization primitives */
|
||||
struct {
|
||||
|
|
@ -411,5 +411,5 @@ void term_set_window_title(struct terminal *term, const char *title);
|
|||
void term_flash(struct terminal *term, unsigned duration_ms);
|
||||
bool term_spawn_new(const struct terminal *term);
|
||||
|
||||
void term_enable_application_synchronized_updates(struct terminal *term);
|
||||
void term_disable_application_synchronized_updates(struct terminal *term);
|
||||
void term_enable_app_sync_updates(struct terminal *term);
|
||||
void term_disable_app_sync_updates(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue