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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user