aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.l')
-rw-r--r--src/parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.l b/src/parser.l
index f2682c8..7cecfac 100644
--- a/src/parser.l
+++ b/src/parser.l
@@ -233,7 +233,7 @@ static void runes_parser_handle_text(RunesTerm *t, char *text, size_t len);
static void runes_parser_handle_bel(RunesTerm *t)
{
- if (t->audible_bell) {
+ if (t->config.audible_bell) {
runes_screen_audible_bell(t);
}
else {