Merge pull request #1084 from jubalh/occupants-char

Add occupants char
This commit is contained in:
Michael Vetter
2019-05-03 11:11:40 +02:00
committed by GitHub
9 changed files with 94 additions and 3 deletions

View File

@@ -1237,6 +1237,12 @@ cons_occupants_setting(void)
else
cons_show("Occupants wrap (/occupants) : OFF");
char occupants_ch = prefs_get_occupants_char();
if (occupants_ch)
cons_show("Occupants char (/occupants) : %c", occupants_ch);
else
cons_show("Occupants char (/occupants) : none");
gint occupant_indent = prefs_get_occupants_indent();
cons_show("Occupant indent (/occupants) : %d", occupant_indent);