Skip to content
Snippets Groups Projects
Commit 129506c9 authored by rswindell's avatar rswindell
Browse files

Shortened the prompt to fit nicely on 40-column display.

Also, using mnemonics() for better dumb terminal support.
parent 89dd499a
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ while((str=file.readln())!=null) { ...@@ -53,7 +53,7 @@ while((str=file.readln())!=null) {
menu: menu:
while(1) { while(1) {
bbs.menu("../bullseye"); bbs.menu("../bullseye");
write("\001n\r\n\001b\001hEnter number of bulletin to view or press (\001wENTER\001b) to continue: \001w"); console.mnemonics("\r\nEnter number of bulletin or [~Quit]: ");
b=console.getnum(total); b=console.getnum(total);
if(b<1) if(b<1)
exit(0); exit(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment