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.
This commit is contained in:
Aurélien Aptel
2010-08-29 18:55:15 +02:00
parent 1def7a177e
commit 5299e2bfa2
2 changed files with 21 additions and 28 deletions

View File

@ -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[] = {