From 3912638141677075dda7c69745b4a4a5de5d0b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 31 Dec 2019 20:29:47 +0100 Subject: [PATCH] =?UTF-8?q?term:=20lower=20the=20lower=20delay=20timeout?= =?UTF-8?q?=20from=202ms=20to=20200=C2=B5s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index 72dce0cc..94e4a2e4 100644 --- a/terminal.c +++ b/terminal.c @@ -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