• src/sbbs3/js_global.cpp

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tuesday, March 31, 2026 23:40:49
    https://gitlab.synchro.net/main/sbbs/-/commit/221414311bdd6050e9d531ce
    Modified Files:
    src/sbbs3/js_global.cpp
    Log Message:
    Add "support" for (ignore) Ctrl-AE (iCE colors) sequences in html_encode()

    Maybe we'll want to add an option to support these, but at least for now this fixes the html-encoding of any display files that include this sequence.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wednesday, April 01, 2026 21:21:19
    https://gitlab.synchro.net/main/sbbs/-/commit/14e6e69e089cf4c615a5c8f5
    Modified Files:
    src/sbbs3/js_global.cpp
    Log Message:
    Add support for Ctrl-AU and Ctrl-AV codes to html_encode()

    I'm not clear why blink and high/bold are tracked with bools rather than just the represenative bits in bg and fg (and heck, those 2 could be combined into
    a single char or even union), but I'm storing the high/blink bit in bg/fg *and* setting the bool variables. Seems fine.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)