diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 877afab..dd94be2 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -60,7 +60,7 @@ unsigned int cursorthickness = 2; | |||
60 | * bell volume. It must be a value between -100 and 100. Use 0 for disabling | 60 | * bell volume. It must be a value between -100 and 100. Use 0 for disabling |
61 | * it | 61 | * it |
62 | */ | 62 | */ |
63 | static int bellvolume = 0; | 63 | int bellvolume = 0; |
64 | 64 | ||
65 | /* default TERM value */ | 65 | /* default TERM value */ |
66 | char termname[] = "st-256color"; | 66 | char termname[] = "st-256color"; |