diff options
Diffstat (limited to 'flowtop.c')
-rw-r--r-- | flowtop.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1257,11 +1257,7 @@ static void presenter(void) show_active_only = !show_active_only; break; case '?': - if (show_help) - show_help = false; - else - show_help = true; - + show_help = !show_help; wclear(screen); clear(); break; |