""
This commit is contained in:
3
ui.c
3
ui.c
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user