1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:37:45 +02:00

Fixed toxic friends list flicker

This commit is contained in:
joshuaj 2013-08-05 10:14:44 -07:00
parent e9ca1321b0
commit 14fe0b01f6

View File

@ -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");