From 9573f5cbf0dde8c6ab08175ad3abe4fe465ef9fe Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 10 Dec 2014 13:32:14 -0500 Subject: [PATCH 1/1] no blinking text --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 1d0d53e..f7e1c5a 100644 --- a/config.h +++ b/config.h @@ -39,7 +39,7 @@ static unsigned int actionfps = 30; * blinking timeout (set to 0 to disable blinking) for the terminal blinking * attribute. */ -static unsigned int blinktimeout = 800; +static unsigned int blinktimeout = 0; /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling -- 1.7.10.4