From Tmcca@VERT to All on Sun May 24 17:41:09 2026
I am making progress converting obv/2 baja to modernized javascript.
However, I can't figure out how to remove the hit key prompt when it displays main menu
// OBV/2 uses RA emulation mode
system.settings |= SYS_RA_EMU;
// OBV/2 help key
shell.help_key = '?';
// DO NOT force coldkeys � user preference controls it
// (user.settings |= USER_COLDKEYS) <-- removed
// may implement this though not sure if OBV shell had this as default
From mark lewis@VERT to Tmcca on Sun May 24 22:12:00 2026
On 2026 May 24 17:41:08, you wrote to All:
I am making progress converting obv/2 baja to modernized javascript. However, I can't figure out how to remove the hit key prompt when it displays main menu
displaying a file? how many lines is it?
maybe try the POFF @-code at the top and the PON @-code at the bottom?
i've written them this way without the leading @ as a precaution to keep them from being interpreted by sbbs when someone reads this message online ;)
check the wiki for the @-codes page...
)\/(ark
"The soul of a small kitten in the body of a mighty dragon. Look on my majesty, ye mighty, and despair! Or bring me catnip. Your choice. Oooh, a shiny thing!"
... Sigh. You caught me in the only mistake I have ever made ever.
---
* Origin: (1:3634/12.73)
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From Tmcca@VERT to mark lewis on Sun May 24 21:46:56 2026
figured that out, dumb me I didn't save it as ansi so the letters got messed up and created a new line which forced a pause.
---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
From Digital Man@VERT to Tmcca on Sun May 24 21:55:32 2026
Re: Converting shell?
By: Tmcca to All on Sun May 24 2026 05:41 pm
I am making progress converting obv/2 baja to modernized javascript. However, I can't figure out how to remove the hit key prompt when it displays main menu
See the converted renegade shell (renegade.js) as a example? Usually it's just because you have a clear-screen code in the display file and an unacknowledge non-blank line that's been printed. So either clear the line counter first or remove the scren-clear in the display file.
--
digital man (rob)
Rush quote #80:
He knows changes aren't permanent, but change is .. Tom Sawyer
Norco, CA WX: 70.6°F, 57.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From poindexter FORTRAN@VERT/REALITY to Digital Man on Mon May 25 08:05:38 2026
Digital Man wrote to Tmcca <=-
See the converted renegade shell (renegade.js) as a example?
Thanks, I've been hoping for that shell to get updated - I'm using it
as a basis for my menus.
... ZIMA TASTES BETTER WHEN IT'S ILLEGAL
--- MultiMail/Win v0.52
■ Synchronet ■ .: realitycheckbbs.org :: scientia potentia est :.
From MRO@VERT/BBSESINF to poindexter FORTRAN on Mon May 25 21:15:16 2026
Re: Re: Converting shell?
By: poindexter FORTRAN to Digital Man on Mon May 25 2026 08:05 am
Digital Man wrote to Tmcca <=-
See the converted renegade shell (renegade.js) as a example?
Thanks, I've been hoping for that shell to get updated - I'm using
it as a basis for my menus.
updated to what.
--
"Before using Wildcat....This Company did not have a convenient way of
looking after some of the richest clients in the world...Now we do!"
President of BBS Sysop's Union +++ https://bbses.info/union
---
■ Synchronet ■ ::: BBSES.info - free BBS services :::
From Digital Man@VERT to MRO on Mon May 25 22:14:17 2026
Re: Re: Converting shell?
By: MRO to poindexter FORTRAN on Mon May 25 2026 09:15 pm
See the converted renegade shell (renegade.js) as a example?
Thanks, I've been hoping for that shell to get updated - I'm using
it as a basis for my menus.
updated to what.
The Synchronet Renegade clone shell was updated from Baja to JS.
--
digital man (rob)
Steven Wright quote #16:
When everything is coming your way, you're in the wrong lane.
Norco, CA WX: 70.6°F, 57.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From MRO@VERT/BBSESINF to Digital Man on Wed May 27 02:25:36 2026
Re: Re: Converting shell?
By: Digital Man to MRO on Mon May 25 2026 10:14 pm
Re: Re: Converting shell?
By: MRO to poindexter FORTRAN on Mon May 25 2026 09:15 pm
See the converted renegade shell (renegade.js) as a example?
Thanks, I've been hoping for that shell to get updated - I'm using it as a basis for my menus.
updated to what.
The Synchronet Renegade clone shell was updated from Baja to JS.
yeah i know that. wasnt that a long time ago?
--
"Before using Wildcat....This Company did not have a convenient way of
looking after some of the richest clients in the world...Now we do!"
President of BBS Sysop's Union +++ https://bbses.info/union
---
■ Synchronet ■ ::: BBSES.info - free BBS services :::
From drillsar@VERT/DIGDIST to MRO on Wed May 27 10:26:45 2026
I believe they referring to the OBV/2 Clone shell not the renegade. I see it's in the pull request in github. I could be wrong that one and Wildcat still in Baja.
---
� Synchronet � Digital Distortion: digitaldistortionbbs.com
From Digital Man@VERT to MRO on Wed May 27 11:21:53 2026
Re: Re: Converting shell?
By: MRO to Digital Man on Wed May 27 2026 02:25 am
The Synchronet Renegade clone shell was updated from Baja to JS.
This Is Spinal Tap quote #30:
Big bottom, big bottom / Talk about mud flaps, my girl's got 'em!
Norco, CA WX: 70.6°F, 57.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
From poindexter FORTRAN@VERT/REALITY to MRO on Wed May 27 11:02:47 2026
MRO wrote to poindexter FORTRAN <=-
See the converted renegade shell (renegade.js) as a example?
Thanks, I've been hoping for that shell to get updated - I'm using
it as a basis for my menus.
updated to what.
My menus are based off of the original BAJA "renegade" menu. I was
hoping to extend it in Javascript but was waiting for it to get
converted.
--- MultiMail/Win v0.52
■ Synchronet ■ .: realitycheckbbs.org :: scientia potentia est :.
From MRO@VERT/BBSESINF to poindexter FORTRAN on Wed May 27 14:48:26 2026
Re: Re: Converting shell?
By: poindexter FORTRAN to MRO on Wed May 27 2026 11:02 am
Thanks, I've been hoping for that shell to get updated - I'm using it
as a basis for my menus.
updated to what.
My menus are based off of the original BAJA "renegade" menu. I was
hoping to extend it in Javascript but was waiting for it to get
converted.
it's pretty simple stuff so you could have used another .js script or even
ai.
--
"Before using Wildcat....This Company did not have a convenient way of
looking after some of the richest clients in the world...Now we do!"
President of BBS Sysop's Union +++ https://bbses.info/union
---
■ Synchronet ■ ::: BBSES.info - free BBS services :::
Who's Online
Recent Visitors
Godfather
Thu May 21 09:34:48 2026
from
Underground, Us
via
Telnet
Gullytaucher
Sun Feb 22 07:08:12 2026
from
Traunreut, Germany
via
Telnet
Gullytaucher
Sun Feb 22 06:46:12 2026
from
Traunreut, Germany
via
Telnet
Bishop
Sat Feb 14 20:00:36 2026
from
Philadelphia
via
Telnet