• src/sbbs3/xtrn.cpp xtrn_sec.cpp

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wed May 22 17:16:09 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/40f429e0d8bfdc65caa3b449
    Modified Files:
    src/sbbs3/xtrn.cpp xtrn_sec.cpp
    Log Message:
    Clear mouse hotspots when executing *any* external program/script

    Previously, we only cleared hotspots when executing any external from the external program section (doors menu). This means that invoking a script or external program (e.g. via JS bbs.exec()) from anywhere else, any current
    mouse hotspots would remain active. Disable those.

    This fixes issue #758

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Nov 29 12:40:29 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/da43d845cc4ceaea03071614
    Modified Files:
    src/sbbs3/xtrn.cpp xtrn_sec.cpp
    Log Message:
    Command-lines that start with '?' or '*' are implicitly native

    Don't do the DOSEMU drive-letter dance for xtrn startup directory if the xtrn's command line is implicitly native (e.g. Baja or JS).

    Also, recognize Baja command-lines as native in cmdstr() - for %n, %!, etc. DOSemu expansion hack.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net