• src/sbbs3/con_out.cpp

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Tuesday, October 21, 2025 01:09:42
    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)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Friday, December 12, 2025 22:22:58
    https://gitlab.synchro.net/main/sbbs/-/commit/ccd2d07571b185459ce51bf3
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Use nested if to help debugging (setting break-points)

    No functional change.
    --- SBBSecho 3.32-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)