• exec/lbshell.js

    From Rob Swindell@VERT to Git commit to sbbs/master on Wed Sep 9 01:01:31 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/ec8aea6a21a54c53b2ae53ee
    Modified Files:
    exec/lbshell.js
    Log Message:
    Honor the "pause after exit" setting for external programs.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Oct 17 13:47:11 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/00817939100aa40f1ef987ad
    Modified Files:
    exec/lbshell.js
    Log Message:
    Fix lbshell crashing if no available items in an external menu. Also fix not honoring the "pause after execution" setting on an external program.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Oct 17 13:47:12 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/030e3513ea83b724be545e95
    Modified Files:
    exec/lbshell.js
    Log Message:
    Merge branch 'lightbar' into 'master'

    Fix lbshell crashing if no available items in an external menu. Also fix not...

    See merge request sbbs/sbbs!10

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Jan 12 17:56:18 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/ecf197806fb0275318bbe1b2
    Modified Files:
    exec/lbshell.js
    Log Message:
    Since datestr() now can return "Never" avoid calling datestr with 0.

    "Scan for New Files since Never" is gibberish.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Jan 12 17:57:26 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6433049e1c0c1c9a5e49e902
    Modified Files:
    exec/lbshell.js
    Log Message:
    Remove stutter.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thu Oct 23 01:14:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/dac5c3e275b99e55b8459304
    Modified Files:
    exec/lbshell.js
    Log Message:
    Add support for JPEG XL backgrounds

    Just drop 640x400 *.jxl files in text/backgrounds and one will be
    chosen randomly.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thu Oct 23 09:57:15 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/51bf3fe88e5276b794553a8a
    Modified Files:
    exec/lbshell.js
    Log Message:
    Fix mouse suport

    This has been broken since 80a30d178... which is ironic, since this
    is the reason mouse_getkey.js was created. :D

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thu Oct 23 14:49:42 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/702d6933fb25b093941582ae
    Modified Files:
    exec/lbshell.js
    Log Message:
    Update for JXL backgrounds

    Cache all of them at startup, then choose a new random one each time
    the buffer is re-created (ie: every time you return to the shell)

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