• frame.js putmsg not espanding @-codes

    From Nigel Reed@VERT to GitLab issue in main/sbbs on Sun Aug 7 21:55:43 2022
    open https://gitlab.synchro.net/main/sbbs/-/issues/430

    I'm creating a popup window using the following:

    ```
    const popup = new Frame(
    frame.x + 1,
    Math.floor((frame.y + frame.height - 13) / 2),
    frame.width - 2,
    13,
    BG_BLUE|WHITE,
    frame
    );
    ```
    Now, when I write something with @-codes, it appears verbatim and isn't processed.

    popup.putmsg("This node is @NODE@");

    for example, puts "This node is @NODE@"

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