From b8960f930d6a99cc2dd6d6bbcf9221e7c9a4ccfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 31 Dec 2019 20:38:02 +0100 Subject: [PATCH] =?UTF-8?q?term:=20bump=20lower=20delay=20limit=20to=20500?= =?UTF-8?q?=C2=B5s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Emacs with a split screen often goes above 200µs. 500µs is still much better than 2000µs... --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index 2d5c4139..64bdebe3 100644 --- a/terminal.c +++ b/terminal.c @@ -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