1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-13 07:33:02 +01:00

Fix help menu

This commit is contained in:
Jfreegman 2015-11-07 01:17:06 -05:00
parent 9b1592b335
commit 3cfda32b5e
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -329,7 +329,7 @@ void help_onKey(ToxWindow *self, wint_t key)
#elif AUDIO
help_init_window(self, 18, 80);
#else
help_init_window(self, 8, 80);
help_init_window(self, 9, 80);
#endif
self->help->type = HELP_CHAT;
break;
@ -338,9 +338,9 @@ void help_onKey(ToxWindow *self, wint_t key)
#ifdef VIDEO
help_init_window(self, 30, 80);
#elif AUDIO
help_init_window(self, 27, 80);
help_init_window(self, 26, 80);
#else
help_init_window(self, 21, 80);
help_init_window(self, 22, 80);
#endif
self->help->type = HELP_GLOBAL;
break;