diff --git a/ui.c b/ui.c index 3144407..e9dacb0 100644 --- a/ui.c +++ b/ui.c @@ -586,6 +586,7 @@ void ui_loop() { break; case 'h': + case '?' options.showhelp = !options.showhelp; tick(1); break; @@ -668,7 +669,7 @@ void ui_loop() { case ERR: break; default: - showhelp("Press h for help"); + showhelp("Press H or ? for help"); break; } tick(0);