• exec/freqitcfg.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, September 16, 2022 18:56:13
    https://gitlab.synchro.net/main/sbbs/-/commit/5a43fff5b6c304b8e03ff2a5
    Modified Files:
    exec/freqitcfg.js
    Log Message:
    Insure call to uifc.bail() when exiting

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, December 01, 2024 15:49:21
    https://gitlab.synchro.net/main/sbbs/-/commit/322cccd55c228f3a4485d084
    Modified Files:
    exec/freqitcfg.js
    Log Message:
    Don't call uifc.bail() repeatedly

    Since this script already sets an on_exit() handler to call uifc.bail()
    it doesn't have to call it again (technically, before) in the "Done" block. This results in "UIFC is unitialized" error displayed, as reported by
    Fernando Toledo. Fixing issue #830

    Set WIN_ESC (remains active, but greyed when ESC key pressed) mode flag
    on main menu while we're here. That looks better.

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