about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-22 23:11:10 +0100
committerJames Booth <boothj5@gmail.com>2012-07-22 23:11:10 +0100
commit45b2944da7b0cb8d819f4a8158d7ae714d86784b (patch)
tree8c4301d23bee550e8cc1b060dba53e198c8c9b92 /src
parent6b697054b671471edfb422ec7fd9d8ab8c2b0401 (diff)
downloadprofani-tty-45b2944da7b0cb8d819f4a8158d7ae714d86784b.tar.gz
Increased version, chat logging in prefs output
Diffstat (limited to 'src')
-rw-r--r--src/windows.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c
index 7804c984..062b54a5 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -326,6 +326,11 @@ void cons_prefs(void)
     else
         cons_show("Splash screen         : OFF");    
     
+    if (prefs_get_chlog())
+        cons_show("Chat logging          : ON");
+    else
+        cons_show("Chat logging          : OFF");    
+
     cons_show("");
 
     if (_curr_prof_win == 0)