Allow utf8 in roster header char
This and the following commits should make a couple of more configs allow utf8 chars so people can use their weird icons :-) We did the same for the otr/omemo/pgp indicators at:1f8b1eb7405cf6ee1bc6
This commit is contained in:
@@ -2388,8 +2388,8 @@ cmd_roster(ProfWin* window, const char* const command, gchar** args)
|
||||
cons_show("Roster header char removed.");
|
||||
rosterwin_roster();
|
||||
} else {
|
||||
prefs_set_roster_header_char(args[2][0]);
|
||||
cons_show("Roster header char set to %c.", args[2][0]);
|
||||
prefs_set_roster_header_char(args[2]);
|
||||
cons_show("Roster header char set to %c.", args[2]);
|
||||
rosterwin_roster();
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user