about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-29 23:30:23 +0100
committerJames Booth <boothj5@gmail.com>2015-09-29 23:30:23 +0100
commit99fc70bd9283280bdb6056634c759196f549a4c6 (patch)
treecf08ac6c09eed76ff1350efa3c739268667de73e /src/ui/console.c
parentac1164a3fa6f4c388399af06612e16eade16e46b (diff)
downloadprofani-tty-99fc70bd9283280bdb6056634c759196f549a4c6.tar.gz
Added last activity time format option
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 666f7015..1bbaac38 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1010,6 +1010,10 @@ cons_time_setting(void)
     else
         cons_show("Time statusbar (/time)        : %s", pref_time_statusbar);
     prefs_free_string(pref_time_statusbar);
+
+    char *pref_time_lastactivity = prefs_get_string(PREF_TIME_LASTACTIVITY);
+    cons_show("Time last activity (/time)    : %s", pref_time_lastactivity);
+    prefs_free_string(pref_time_lastactivity);
 }
 
 void