mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:43:02 +01:00
show number of online friends
This commit is contained in:
parent
bd4b430fbb
commit
3cd15f3846
@ -287,7 +287,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
|
||||
wattroff(self->window, COLOR_PAIR(CYAN));
|
||||
|
||||
wattron(self->window, A_BOLD);
|
||||
wprintw(self->window, " Friends: %d \n\n", num_friends);
|
||||
wprintw(self->window, " Friends: %d/%d \n\n", tox_get_num_online_friends(m), num_friends);
|
||||
wattroff(self->window, A_BOLD);
|
||||
|
||||
if ((y2 - FLIST_OFST) <= 0) /* don't allow division by zero */
|
||||
|
Loading…
Reference in New Issue
Block a user