From a366bc9acee3056013c0cc1996988e8b7378262f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 19 Dec 2019 07:24:46 +0100 Subject: [PATCH] term: remove TODO --- terminal.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terminal.c b/terminal.c index 09b9fbf4..05aea862 100644 --- a/terminal.c +++ b/terminal.c @@ -178,10 +178,6 @@ fdm_ptmx(struct fdm *fdm, int fd, int events, void *data) * very high pace, we're rate limited by the wayland * compositor anyway. The delay we introduce here only * has any effect when the renderer is idle. - * - * TODO: this adds input latency. Can we somehow hint - * ourselves we just received keyboard input, and in - * this case *not* delay rendering? */ if (term->window->frame_callback == NULL) { /* First timeout - reset each time we receive input. */