open
https://gitlab.synchro.net/main/sbbs/-/issues/908
I was previously using Synchronet binaries and .js from March 6, 2025, and I updated them today (April 12, 2025), so something between then and now must have changed to cause this issue.
With console.gotoxy() in JS, It looks like the 'y' value now needs to be 1 higher than it should be, at least for the first few calls. There's a JS mod I have where I use console.gotoxy(1, 1), console.gotoxy(1, 2), and console.gotoxy(1, 3) to display text on the first 3 lines of the screen, but now the 'y' value needs to be 2, 3, and 4 for those calls. But later in the script, I can use a 'y' value of 2 to update line 2 and that works as expected.
DDMsgReader is another JS mod that seems to be affected as well. When I list messages with that, it uses console.gotoxy() to go to the first line and write a header line, but now the 1st line on the screen is left empty (though the rest of the screen displays as expected when listing messages).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net