commit 9941c3dff6926fda7a777d730051f86e75d7c2c7
parent 1b1ad6fd228d6fe1d99e51a70b27a75157007b8f
Author: regexghost <regexghost@protonmail.com>
Date: Mon, 11 May 2026 10:17:51 +0100
fixed line jumping
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -60,7 +60,7 @@ int allowwindowops = 0;
* near minlatency, but it waits longer for slow updates to avoid partial draw.
* low minlatency will tear/flicker more, as it can "detect" idle too early.
*/
-static double minlatency = 2;
+static double minlatency = 8;
static double maxlatency = 33;
/*