aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-30 01:35:33 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-30 01:35:33 -0400
commit256c8128f7138808a3e7ec0a667fe6aee4db0ccf (patch)
treee63d77f02482adf66d4018b0a8fdf5e20a575599 /src/parser.c
parent9d5d2348b5e8cecd3ccfb15e32e8d83f0b765f04 (diff)
downloadrunes-256c8128f7138808a3e7ec0a667fe6aee4db0ccf.tar.gz
runes-256c8128f7138808a3e7ec0a667fe6aee4db0ccf.zip
move config stuff out to a separate struct
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 {