1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Show priority on login

This commit is contained in:
James Booth 2013-02-05 23:34:03 +00:00
parent 3fa9ecb9d1
commit a01c0a9fdd

View File

@ -1118,6 +1118,8 @@ cons_show_login_success(ProfAccount *account)
_presence_colour_on(console->win, presence_str);
wprintw(console->win, "%s", presence_str);
_presence_colour_off(console->win, presence_str);
wprintw(console->win, " (priority %d)",
accounts_get_priority_for_presence_type(account->name, presence));
wprintw(console->win, ".\n");
}