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-11-17 23:37:33 +0000
committerJames Booth <boothj5@gmail.com>2015-11-17 23:37:33 +0000
commit8e8852fa9f0171bb2c0826303b97655a32e481ca (patch)
tree3f6f99ad443a44ba8c841a811af700f6fb24b504 /src/ui/console.c
parent230a14219cdc12d3548464b5bdd2746b68b8e96a (diff)
downloadprofani-tty-8e8852fa9f0171bb2c0826303b97655a32e481ca.tar.gz
Added /roster order name|presence
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 8825cf69..882a9b54 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1226,6 +1226,10 @@ cons_roster_setting(void)
     cons_show("Roster by (/roster)           : %s", by);
     prefs_free_string(by);
 
+    char *order = prefs_get_string(PREF_ROSTER_ORDER);
+    cons_show("Roster order (/roster)        : %s", order);
+    prefs_free_string(order);
+
     int size = prefs_get_roster_size();
     cons_show("Roster size (/roster)         : %d", size);
 }