1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-06 20:03:46 -04:00

Added space before /who output

This commit is contained in:
James Booth 2013-01-20 03:07:23 +00:00
parent 23d760137b
commit e9695c83aa
2 changed files with 2 additions and 1 deletions

View File

@ -1424,6 +1424,7 @@ _cmd_who(gchar **args, struct cmd_help_t help)
if (conn_status != JABBER_CONNECTED) {
cons_show("You are not currently connected.");
} else {
cons_show("");
char *presence = args[0];
// bad arg

View File

@ -1165,7 +1165,7 @@ cons_show_info(const char * const contact)
cons_show("");
_win_show_time(console->win, '-');
_presence_colour_on(console->win, presence);
wprintw(console->win, "%s\n", jid);
wprintw(console->win, "%s:\n", jid);
_presence_colour_off(console->win, presence);
if (name != NULL) {