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

Improve readability of defines

This commit is contained in:
jfreegman
2018-10-08 13:39:04 -04:00
parent f90a774470
commit 63cc23401a
34 changed files with 69 additions and 74 deletions

View File

@@ -326,7 +326,7 @@ static void help_draw_plugin(ToxWindow *self)
box(win, ACS_VLINE, ACS_HLINE);
wnoutrefresh(win);
}
#endif
#endif /* PYTHON */
static void help_draw_contacts(ToxWindow *self)
{
@@ -396,7 +396,7 @@ void help_onKey(ToxWindow *self, wint_t key)
help_init_window(self, 4 + num_registered_handlers(), help_max_width());
self->help->type = HELP_PLUGIN;
break;
#endif
#endif /* PYTHON */
case 'f':
help_init_window(self, 10, 80);