aboutsummaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'term.c')
-rw-r--r--term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term.c b/term.c
index 582adb0af..cce515573 100644
--- a/term.c
+++ b/term.c
@@ -80,7 +80,7 @@ int term_init(void)
if (!term)
return 0;
- if (!option_console || option_nocolor || !option_nofork)
+ if (!ast_opt_console || ast_opt_no_color || !ast_opt_no_fork)
return 0;
for (i=0 ;; i++) {