mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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(
|
timerfd_settime(
|
||||||
term->delayed_render_timer.upper_fd, 0,
|
term->delayed_render_timer.upper_fd, 0,
|
||||||
&(struct itimerspec){{0}}, NULL);
|
&(struct itimerspec){{0}}, NULL);
|
||||||
|
term->delayed_render_timer.is_armed = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue