• Font's messed up after returning from telgate

    From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Sat Aug 10 19:07:06 2024
    open https://gitlab.synchro.net/main/sbbs/-/issues/775

    After I returned to my BBS from a telgate session to vert, I'm stuck with vert's fonts. Settings should be restored when returning from telgate (and friends) I suspect.

    ![image](https://gitlab.synchro.net/main/sbbs/uploads/dab0d13c09bd8521a5c143e686dcf8a8/image.png){width=947 height=726}
    Not my font.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Mon Sep 9 11:55:08 2024
    https://gitlab.synchro.net/main/sbbs/-/issues/775#note_5595

    If you use (the stock) xtrn_sec.js to execute the gateway, then the fonts should be restored automatically (via the stock exec/postxtrn.js, which loads your default fonts as specified in your ctrl/fonts.ini).

    If you're executing the gateway via other means (your own custom JavaScript code), then you should add a call after executing the gateway:
    `load('fonts.js', 'default');`.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)