mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:33:03 +01:00
Merge pull request #351 from joshuaj/toxic_flicker_fix
Fixed toxic friends list flicker
This commit is contained in:
commit
1b35267f8a
@ -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