mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-14 04:27:57 -05:00
term: lower the lower delay timeout from 2ms to 200µs
This commit is contained in:
parent
60b27a9686
commit
3912638141
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data)
|
|||
|
||||
timerfd_settime(
|
||||
term->delayed_render_timer.lower_fd, 0,
|
||||
&(struct itimerspec){.it_value = {.tv_nsec = 2000000}},
|
||||
&(struct itimerspec){.it_value = {.tv_nsec = 200000}},
|
||||
NULL);
|
||||
|
||||
/* Second timeout - only reset when we render. Set to one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue