aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorGravatar Aurélien Aptel <aurelien.aptel@gmail.com>2010-08-29 18:55:15 +0200
committerGravatar Aurélien Aptel <aurelien.aptel@gmail.com>2010-08-29 18:55:15 +0200
commit2181040594ae63f2821899caba0bef34257a6c2b (patch)
tree818689249fc00a57efad2e14c8029bf63d740cbd /config.h
parentc186c8ef9a995616384c425c5568b6913676b252 (diff)
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.
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
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[] = {