• frame.js putmsg not espanding @-codes

    From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Sun Aug 7 21:55:42 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@"
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)