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

Merge pull request #351 from joshuaj/toxic_flicker_fix

Fixed toxic friends list flicker
This commit is contained in:
irungentoo 2013-08-05 17:37:10 -07:00
commit 1b35267f8a

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