From Tmcca@1:103/705 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@1:3634/12.73 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)
From Tmcca@1:103/705 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.
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From Digital Man@1:103/705 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
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From poindexter FORTRAN@1:103/705 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 :.
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From MRO@1:103/705 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 :::
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From Digital Man@1:103/705 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
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From MRO@1:103/705 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 :::
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From drillsar@1:103/705 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.