aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-05-23 18:56:45 -0400
committerFranklin Wei <git@fwei.tk>2015-05-23 18:56:45 -0400
commit65420c45267df9289990cb3befa078753160ab1b (patch)
treece02944cedb0ad28b129355506b1d842a376e4ad /src/main.c
parentc09f5635ce6edda4a93025a556565921cadc300e (diff)
downloadmarket-sim-65420c45267df9289990cb3befa078753160ab1b.zip
market-sim-65420c45267df9289990cb3befa078753160ab1b.tar.gz
market-sim-65420c45267df9289990cb3befa078753160ab1b.tar.bz2
market-sim-65420c45267df9289990cb3befa078753160ab1b.tar.xz
better support for no curses mode
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 33c69b8..c3edb1a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -41,6 +41,11 @@ int main(int argc, char *argv[])
else
player->cash.cents = 1000 * 100;
+ if(args_status & ARG_VERBOSE)
+ {
+ output("Verbose operation enabled.\n");
+ }
+
while(1)
{
const struct command_t commands[] = {