• src/sbbs3/ansi_terminal.cpp

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tue Jan 27 16:47:24 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4b58a0f7555b9b6b1dd98969
    Modified Files:
    src/sbbs3/ansi_terminal.cpp
    Log Message:
    Fix bug in stuff_str() - didn't return the parsed control character

    This bug broke mouse hotspots that send a control character

    Also, add more optimization to gotoxy() - if we're going to optimize, might
    as well *really* optimize.
    --- SBBSecho 3.35-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Thu Feb 26 04:57:08 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6728a622d779b2fed0e5ca09
    Modified Files:
    src/sbbs3/ansi_terminal.cpp
    Log Message:
    Only wait 1 second for the '[' following an ESC (when not in string-input mode)

    This restores the v3.20 behavior, reducing the delay following a single ESC
    key press from 3 to 1 second. As reported by m1ndsurf3r in IRC.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)