Skip to content
Snippets Groups Projects
Commit 18421b5c authored by deuce's avatar deuce
Browse files

Show sysxfer after sysmain for the ? command.

parent 87a28054
No related branches found
No related tags found
No related merge requests found
......@@ -245,8 +245,11 @@ while(1) {
if(!console.aborted) {
var str=console.getstr("",40,K_EDIT);
clear_screen();
if(str=='?')
if(str=='?') {
bbs.menu("sysmain");
console.pause();
bbs.menu("sysxfer");
}
else
str_cmds(str);
console.pause();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment