• Concatenated CTRL-A code causes previous char to be lost

    From Josh Renaud@1:103/705 to GitLab issue in main/sbbs on Wed Nov 12 05:59:56 2025
    close https://gitlab.synchro.net/main/sbbs/-/issues/1008
    --- SBBSecho 3.31-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Josh Renaud@1:103/705 to GitLab note in main/sbbs on Wed Nov 12 05:59:56 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/1008#note_7870

    Of course, I should have thought of that.

    I switched to `\1` format just to make my test case for issue #1007 readable on the web. Clearly that change resulted in this issue.

    What I had actually used in my animation .js file was the CTRL-A character itself, `0x01`.

    The Sublime Text editor renders it like this:

    ```var lowRed = '<0x01>N<0x01>R<0x01>0';```

    I double-checked just now, and my original code works fine. Your octal explanation is the answer.

    Sorry to waste your time!
    --- SBBSecho 3.31-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)