diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-29 18:55:15 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-29 18:55:15 +0200 |
commit | 2181040594ae63f2821899caba0bef34257a6c2b (patch) | |
tree | 818689249fc00a57efad2e14c8029bf63d740cbd /config.h | |
parent | c186c8ef9a995616384c425c5568b6913676b252 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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[] = { |