• src/sbbs3/con_out.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Friday, January 10, 2025 18:20:49
    https://gitlab.synchro.net/main/sbbs/-/commit/a79988ca5e6919a7c2b15a74
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Propagate the non-auto user terminal dimensions to the runtime values, always

    Previously, if either of the user terminal dimensions was set to a auto (0) then we wouldn't propagate the other specific (non-zero) value to the runtime console dimension. Usually a user will set either both values (cols and rows) to 0/auto or neither. So this isn't a oft-used configuration combo.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Monday, March 03, 2025 14:10:11
    https://gitlab.synchro.net/main/sbbs/-/commit/c7fda9ff39acd9818cbc7f2f
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Remove broken security check for text.dat strings w/@-codes in bputs()

    As Deuce pointed out, the text[] pointers are malloc()'d so they're not necessarily sequential/in-order addresses. Definitely not after
    any text replacements have been made.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thursday, April 10, 2025 22:21:16
    https://gitlab.synchro.net/main/sbbs/-/commit/b55f86216976f0e90d2e4b6d
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Fix test in last commit

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, September 06, 2025 19:00:51
    https://gitlab.synchro.net/main/sbbs/-/commit/0fe2d71cc32d96ce83269f25
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Output multiple inverted question marks for > 1 width UNICODE characters

    ... for non-UTF8 terminals

    This insures that the printed string length matches the output of
    bstrlen(..., P_AUTO_UTF8)
    on non-UTF8 terminals.

    This should address the DDLightbarMenu issue described by Nightfox in merge request #569

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Rob Swindell (on Debian L on Saturday, September 06, 2025 23:37:45
    Re: src/sbbs3/con_out.cpp
    By: Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Sat Sep 06 2025 07:00 pm

    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Output multiple inverted question marks for > 1 width UNICODE characters

    ... for non-UTF8 terminals

    This insures that the printed string length matches the output of bstrlen(..., P_AUTO_UTF8)
    on non-UTF8 terminals.

    This should address the DDLightbarMenu issue described by Nightfox in merge request #569

    This helps, and things look good now. Thanks!

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com