diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-30 03:05:05 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-30 03:05:05 +0200 |
commit | e851736e8bd6c04f1805659d4783de2314ecb263 (patch) | |
tree | b7ac2cd925ad65599924defdc9fb6998c07b245f /config.h | |
parent | 188293c828033fd7ff74d753239b3a5052b372a2 (diff) | |
download | st-e851736e8bd6c04f1805659d4783de2314ecb263.tar.gz st-e851736e8bd6c04f1805659d4783de2314ecb263.tar.bz2 |
removed (visual) bell. '\a' sets the urgency flag if st is unfocused.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ static const char *colorname[] = { #define DefaultFG 7 #define DefaultBG 0 #define DefaultCS 1 -#define BellCol DefaultFG -#define BellTime 30000 /* microseconds */ /* special keys */ static Key key[] = { |