This commit is contained in:
chris
2002-10-24 16:39:35 +00:00
parent 0be11c0e8a
commit da72f5cd6e

3
ui.c
View File

@@ -586,6 +586,7 @@ void ui_loop() {
break; break;
case 'h': case 'h':
case '?'
options.showhelp = !options.showhelp; options.showhelp = !options.showhelp;
tick(1); tick(1);
break; break;
@@ -668,7 +669,7 @@ void ui_loop() {
case ERR: case ERR:
break; break;
default: default:
showhelp("Press h for help"); showhelp("Press H or ? for help");
break; break;
} }
tick(0); tick(0);