1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 22:26:44 +02:00

fix help popup flickering issue on some terminals

This commit is contained in:
Jfreegman
2014-07-05 14:46:16 -04:00
parent de1e61bd5a
commit 455eba3bfd
6 changed files with 13 additions and 11 deletions

View File

@ -836,9 +836,9 @@ static void chat_onDraw(ToxWindow *self, Tox *m)
int new_x = ctx->start ? x2 - 1 : ctx->pos;
wmove(self->window, y + 1, new_x);
#ifdef _SUPPORT_AUDIO
wrefresh(self->window);
#ifdef _SUPPORT_AUDIO
if (ctx->infobox.active)
draw_infobox(self);
#endif