1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 16:26:46 +02:00

Show peer join/part messages in conferences

Also a couple trivial fixes
This commit is contained in:
jfreegman
2020-11-30 12:06:13 -05:00
parent 3f1b7cdd26
commit 4330bf5867
4 changed files with 49 additions and 17 deletions

View File

@ -1100,9 +1100,9 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
int num_selected = Friends.num_selected;
pthread_mutex_unlock(&Winthread.lock);
bool f_selected = false;
if (is_active) {
bool f_selected = false;
if (i == num_selected) {
wattron(self->window, A_BOLD);
wprintw(self->window, " > ");