From db1292d2032c5fbbf266f9ef82f2fdfa493f389f Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 9 Apr 2015 23:36:17 -0400 Subject: [PATCH] no more blinking --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3ffff31..7d8d959 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 = 250; +static unsigned int blinktimeout = 0; /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling -- 1.7.10.4