st

simple terminal

git clone https://9o.is/git/st.git

commit d76f159d0218d218fe0f352e07da72ae1fe7a1bc
parent 33dfe877d83ba079a6d26cf40e3191396c38393f
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 17 Mar 2024 14:42:44 +0100

config.def.h: improve latency for the default configuration

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -53,7 +53,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 = 8; +static double minlatency = 2; static double maxlatency = 33; /*