From da72f5cd6ec10315e7568420b36bd98dcb2f9718 Mon Sep 17 00:00:00 2001 From: chris <> Date: Thu, 24 Oct 2002 16:39:35 +0000 Subject: [PATCH] "" --- ui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);