mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed toxic friends list flicker
This commit is contained in:
parent
f4c40c3672
commit
bafd996e72
|
@ -116,7 +116,7 @@ static void friendlist_onDraw(ToxWindow* self) {
|
|||
curs_set(0);
|
||||
size_t i;
|
||||
|
||||
wclear(self->window);
|
||||
werase(self->window);
|
||||
|
||||
if(num_friends == 0) {
|
||||
wprintw(self->window, "Empty. Add some friends! :-)\n");
|
||||
|
|
Loading…
Reference in New Issue
Block a user