• src/sbbs3/con_out.cpp

    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
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wednesday, September 24, 2025 21:51:16
    https://gitlab.synchro.net/main/sbbs/-/commit/5fa5d6844af16b77bd320b77
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Display a trailing space after full-width UNICODE chars are printed as CP437

    ... if successfully converted to CP437 or not. This also means that full-width UNICODE chars that were previously (as of commit 0fe2d71cc32d96ce83269f25cdc) displayed as multiple upside-down question marks are now just displayed as a single upside-down question mark, followed by one or more spaces.

    This fix is related to merge request (MR) !569 by Nightfox

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net