aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-08-29 18:55:15 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-08-29 18:55:15 +0200
commit5299e2bfa29a899a76a3cdcbc262690562244972 (patch)
tree818689249fc00a57efad2e14c8029bf63d740cbd /config.h
parent1def7a177ef0c4858ac0d9dd46269ec7a207b13d (diff)
downloadst-5299e2bfa29a899a76a3cdcbc262690562244972.tar.gz
st-5299e2bfa29a899a76a3cdcbc262690562244972.tar.bz2
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[] = {