• src/sbbs3/con_out.cpp

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed Sep 24 21:51:16 2025
    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
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Oct 21 01:09:42 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/be4b8fe9756c70572bda8f8c
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Fix pausing in doors correctly.

    The issue appears to have been that cp437_out() would call outchar()
    for tabs. Since outchar is a higher level function, this would cause
    weird stuff.

    Just call term_out() and the problem is solved.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)