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:
parent
c186c8ef9a
commit
2181040594
2 changed files with 21 additions and 28 deletions
1
config.h
1
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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue