mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: bump lower delay limit to 500µs
Emacs with a split screen often goes above 200µs. 500µs is still much better than 2000µs...
This commit is contained in:
parent
c5bdf7c27e
commit
b8960f930d
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,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 = 200000}},
|
||||
&(struct itimerspec){.it_value = {.tv_nsec = 500000}},
|
||||
NULL);
|
||||
|
||||
/* Second timeout - only reset when we render. Set to one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue