1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-15 07:16:34 +01: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

@@ -256,7 +256,6 @@ void help_onKey(ToxWindow *self, wint_t key)
void help_onDraw(ToxWindow *self)
{
curs_set(0);
wclear(self->help->win);
switch(self->help->type) {
case HELP_MENU: