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:
@ -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, " > ");
|
||||
|
Reference in New Issue
Block a user