aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c
index b9978a0..bf94340 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -2363,7 +2363,7 @@ static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner)
static void runes_parser_handle_bel(RunesTerm *t)
{
- if (t->audible_bell) {
+ if (t->config.audible_bell) {
runes_screen_audible_bell(t);
}
else {