mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
app synchronized updates: set is_armed=false when enabling
This commit is contained in:
parent
9bbbd26c7a
commit
1891489cd6
1 changed files with 1 additions and 0 deletions
|
|
@ -2052,6 +2052,7 @@ term_enable_app_sync_updates(struct terminal *term)
|
|||
timerfd_settime(
|
||||
term->delayed_render_timer.upper_fd, 0,
|
||||
&(struct itimerspec){{0}}, NULL);
|
||||
term->delayed_render_timer.is_armed = false;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue