Skip to content
Snippets Groups Projects
Commit 54bbc2ac authored by rswindell's avatar rswindell
Browse files

Use bbs.menu() instead of console.printfile() to display the bullseye menu

file (text/bullseye.*), so you can use terminal-custom screen files.
Thanks, Nelgin!
parent 1dfbc1f3
No related branches found
No related tags found
No related merge requests found
......@@ -52,13 +52,8 @@ while((str=file.readln())!=null) {
menu:
while(1) {
if(html) {
console.printfile(system.text_dir+"bullseye.html");
}
else {
console.printfile(system.text_dir+"bullseye.asc");
write("\001n\r\n\001b\001hEnter number of bulletin to view or press (\001wENTER\001b) to continue: \001w");
}
bbs.menu("../bullseye");
write("\001n\r\n\001b\001hEnter number of bulletin to view or press (\001wENTER\001b) to continue: \001w");
b=console.getnum(total);
if(b<1)
exit(0);
......
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