dissabled bell

This commit is contained in:
2021-10-31 01:56:02 +02:00
parent b8581d9ce6
commit 9b5cc5d563

View File

@@ -68,7 +68,7 @@ static unsigned int cursorthickness = 2;
* bell volume. It must be a value between -100 and 100. Use 0 for disabling * bell volume. It must be a value between -100 and 100. Use 0 for disabling
* it * it
*/ */
static int bellvolume = 50; static int bellvolume = 0;
/* default TERM value */ /* default TERM value */
char *termname = "st-256color"; char *termname = "st-256color";