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;
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);