1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 18:26:34 +01:00

merge with master

This commit is contained in:
Jfreegman
2015-03-31 19:34:33 -04:00
8 changed files with 34 additions and 39 deletions

View File

@@ -250,14 +250,7 @@ static void help_draw_group(ToxWindow *self)
wprintw(win, " /whisper <nick> <msg> : Send private message to nick\n\n");
#ifdef AUDIO
wattron(win, A_BOLD);
wprintw(win, " Audio commands:\n");
wattroff(win, A_BOLD);
wprintw(win, " /mute <type> : Mute active device where type: in | out\n");
wprintw(win, " /sense <n> : VAD sensitivity threshold\n\n");
#endif /* AUDIO */
help_draw_bottom_menu(win);
box(win, ACS_VLINE, ACS_HLINE);
@@ -313,11 +306,7 @@ void help_onKey(ToxWindow *self, wint_t key)
break;
case 'r':
#ifdef AUDIO
help_init_window(self, 15, 80);
#else
help_init_window(self, 11, 80);
#endif
help_init_window(self, 6, 80);
self->help->type = HELP_GROUP;
break;