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-18 02:14:11 +0000
committerJames Booth <boothj5@gmail.com>2015-11-18 02:14:11 +0000
commit8e84d160e6a7eded077be3e32012e9725961a0cd (patch)
tree90878779a11ab7703e11f1afb90d03084946bfd3 /src/ui/console.c
parent4505102fa83e00c70d1ee15967b977957dcf3aa5 (diff)
downloadprofani-tty-8e84d160e6a7eded077be3e32012e9725961a0cd.tar.gz
Added option to show resource priority in roster
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index b145aa6d..64eff932 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1227,6 +1227,11 @@ cons_roster_setting(void)
     else
         cons_show("Roster count (/roster)        : hide");
 
+    if (prefs_get_boolean(PREF_ROSTER_PRIORITY))
+        cons_show("Roster priority (/roster)     : show");
+    else
+        cons_show("Roster priority (/roster)     : hide");
+
     char *by = prefs_get_string(PREF_ROSTER_BY);
     cons_show("Roster by (/roster)           : %s", by);
     prefs_free_string(by);