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-22 01:39:20 +0000
committerJames Booth <boothj5@gmail.com>2015-11-22 01:39:20 +0000
commit3bc9275079ce76689ad7f08538cf6ba76b034df7 (patch)
tree2415901bb183129e7a617c123c979d44753bb68a /src/ui/console.c
parent0763bfc9f49dd445502d518b530654720d2d9985 (diff)
downloadprofani-tty-3bc9275079ce76689ad7f08538cf6ba76b034df7.tar.gz
Added word wrap to roster panel
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 5f1b5ec4..bcf2de7e 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1263,6 +1263,11 @@ cons_roster_setting(void)
 
     gint presence_indent = prefs_get_roster_presence_indent();
     cons_show("Roster presence indent (/roster) : %d", presence_indent);
+
+    if (prefs_get_boolean(PREF_ROSTER_WRAP))
+        cons_show("Roster wrap (/roster)            : ON");
+    else
+        cons_show("Roster wrap (/roster)            : OFF");
 }
 
 void