• Running editor from Operator menu

    From mlong@VERT/INREALM to Digital Man@VERT on Sun Oct 18 13:32:50 2020
    I was experimenting with running my config program for the operator external programs menu

    If I just do ?xtrnmenucfg I get: "ReferenceError: uifc is not defined "

    If I set it run jsexec instead, it works, but the ANSI is entirely messed up (some kind of charset issue)

    Any thoughts?

    I have at the top:
    load("uifcdefs.js");

    ---
    ï¿­ Synchronet ï¿­ Inner Realm BBS - Charlotte, NC - innerrealmbbs.us
  • From Digital Man@VERT to mlong on Sun Oct 18 12:35:12 2020
    Re: Running editor from Operator menuã By: mlong to Digital Man@VERT on Sun Oct 18 2020 01:32 pmãã > I was experimenting with running my config program for the operator externalã > programs menuã >ã > If I just do ?xtrnmenucfg I get: "ReferenceError: uifc is not defined "ã >ã > If I set it run jsexec instead, it works, but the ANSI is entirely messed upã > (some kind of charset issue)ã >ã > Any thoughts?ããuifc is only supported in jsexec.ãã digital manããSling Blade quote #9:ãDoyle Hargraves: Morris here is a modern-day poet, kinda like in olden times.ãNorco, CA WX: 82.5øF, 34.0% humidity, 2 mph NW wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From mlong@VERT/INREALM to Digital Man on Sun Oct 18 20:13:20 2020
    Ok so I'll have to use jsexec. It works fine on the cmd line, but running it as a door is results in some messed up characters (but everything else works).

    Any thoughts on what I might be able to change? Here is a screenshot, using syncterm:

    https://drive.google.com/file/d/1348WCU7YIqPueZERfcy0Wrkj-GklemeM/view?usp=shar ing

    ---
    ï¿­ Synchronet ï¿­ Inner Realm BBS - Charlotte, NC - innerrealmbbs.us
  • From Digital Man@VERT to mlong on Sun Oct 18 18:57:11 2020
    Re: Running editor from Operator menuã By: mlong to Digital Man on Sun Oct 18 2020 08:13 pmãã > Ok so I'll have to use jsexec. It works fine on the cmd line, but running itã > as a door is results in some messed up characters (but everything elseã > works).ã >ã > Any thoughts on what I might be able to change? Here is a screenshot, usingã > syncterm:ã >ã > https://drive.google.com/file/d/1348WCU7YIqPueZERfcy0Wrkj-GklemeM/view?usp=sã > har ingããLooks like UTF-8 encoding. If you can set LANG=C (or maybe another single-character encoding) in the environment that sbbs or jsexec is running, should fix that.ãã digital manããSynchronet/BBS Terminology Definition #46:ãKD = King Drafus (Allen Christiansen)ãNorco, CA WX: 74.6øF, 58.0% humidity, 4 mph E wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From mlong@VERT/INREALM to Digital Man on Mon Oct 19 13:52:36 2020
    Re: Running editor from Operator menuã By: Digital Man to mlong on Sun Oct 18 2020 06:57 pmããThat fixed it. Thanks!ãã > Looks like UTF-8 encoding. If you can set LANG=C (or maybe anotherã > single-character encoding) in the environment that sbbs or jsexec isã > running, should fix that.ã >ã > digital manãã---ã þ Synchronet þ Inner Realm BBS - Charlotte, NC - innerrealmbbs.usã