summaryrefslogtreecommitdiffstats
path: root/sysinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysinfo.c')
-rw-r--r--sysinfo.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysinfo.c b/sysinfo.c
index 72bd41b..b43d4e5 100644
--- a/sysinfo.c
+++ b/sysinfo.c
@@ -24,6 +24,18 @@ int bbs_sysinfo( term_screen *ts )
term_cur_set_c( ts, 0 );
printf("Ideological support: irc://hacking.allowed.org#default\n");
+ term_cur_set_c( ts, 0 );
+ printf("Root dir: %s\n",g_config.root_dir );
+
+ term_cur_set_c( ts, 0 );
+ printf("Users dir: %s\n", g_config.user_dir );
+
+ term_cur_set_c( ts, 0 );
+ printf("Article dir: %s\n", g_config.article_dir );
+
+ term_cur_set_c( ts, 0 );
+ printf("Syslog : %d\n", g_config.syslog );
+
//main loop wait while press something
term_cur_set_r( ts, term_get_maxrow( ts ) );
term_cur_set_c( ts, 0 );