From 2181040594ae63f2821899caba0bef34257a6c2b Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Sun, 29 Aug 2010 18:55:15 +0200 Subject: moved term.hidec in term.c for consistency, put back delay in xbell() along with duration in config.h, factored some code in tnew()/treset() and cleaned some code. --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index bb490ab..53795c6 100644 --- a/config.h +++ b/config.h @@ -30,6 +30,7 @@ static const char *colorname[] = { #define DefaultBG 0 #define DefaultCS 1 #define BellCol DefaultFG +#define BellTime 30000 /* microseconds */ /* special keys */ static Key key[] = { -- cgit v1.2.3