mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 00:53:01 +01:00
small fix
This commit is contained in:
parent
6b72ef0720
commit
2837c5697f
@ -506,7 +506,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
|
||||
wattroff(self->window, A_BOLD);
|
||||
|
||||
if (f_selected)
|
||||
wattroff(self->window, COLOR_PAIR(YELLOW));
|
||||
wattroff(self->window, COLOR_PAIR(BLUE));
|
||||
|
||||
uint64_t last_seen = friends[f].last_online.last_on;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user