From 683e4e04998ea6c648e470eb1fe32df1934334fb Mon Sep 17 00:00:00 2001 From: dequis Date: Sat, 7 Jan 2017 13:10:48 -0300 Subject: blist: set width of nick column to 24 to avoid truncating them It was 16 before. --- root_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root_commands.c') diff --git a/root_commands.c b/root_commands.c index 4ad78119..1cbf462f 100644 --- a/root_commands.c +++ b/root_commands.c @@ -1063,7 +1063,7 @@ static void cmd_blist(irc_t *irc, char **cmd) if (strchr(irc->umode, 'b') != NULL) { format = "%s\t%s\t%s"; } else { - format = "%-16.16s %-40.40s %s"; + format = "%-24.24s %-40.40s %s"; } irc_rootmsg(irc, format, "Nick", "Handle/Account", "Status"); -- cgit v1.2.3