From 34b11c33ff5b0df5466642b577bf32b529fc66fd Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 27 May 2015 20:58:07 -0400 Subject: add colorized html output --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index b40765c..3c65505 100644 --- a/src/main.c +++ b/src/main.c @@ -44,6 +44,9 @@ int main(int argc, char *argv[]) if(args_status & ARG_RESTRICTED) restricted = true; + if(args_status & ARG_HTML) + html_out = true; + if(args_status & ARG_LOADED) load_portfolio(player, save_file); else -- cgit v1.1