about summary refs log tree commit diff stats
path: root/src/ui/occupantswin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/occupantswin.c')
-rw-r--r--src/ui/occupantswin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c
index 807970a5..68674023 100644
--- a/src/ui/occupantswin.c
+++ b/src/ui/occupantswin.c
@@ -60,6 +60,11 @@ _occuptantswin_occupant(ProfLayoutSplit *layout, Occupant *occupant, gboolean sh
 
     GString *msg = g_string_new(spaces->str);
 
+    char ch = prefs_get_occupants_char();
+    if (ch) {
+        g_string_append_printf(msg, "%c", ch);
+    }
+
     gboolean wrap = prefs_get_boolean(PREF_OCCUPANTS_WRAP);
 
     g_string_append(msg, occupant->nick);