1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:57:46 +02:00
This commit is contained in:
Sean Qureshi 2013-08-05 17:50:08 -07:00
commit 5b13bacc53

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