• src/sbbs3/con_out.cpp sbbs.h

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Friday, February 11, 2022 23:34:04
    https://gitlab.synchro.net/main/sbbs/-/commit/ab673a5c7126d72fffeb8b6f
    Modified Files:
    src/sbbs3/con_out.cpp sbbs.h
    Log Message:
    Replace use of msclock() with xp_timer()it just seems it's even worst than Deuce thought. :-)
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Friday, October 20, 2023 20:19:52
    src/sbbs3 con_out.cpp 1.121 1.122 sbbs.h 1.544 1.545
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv17016

    Modified Files:
    con_out.cpp sbbs.h
    Log Message:
    Create sbbs_t::comprintf(), a direct-output printf(), used in place of rprintf()
    when "extra raw" output is needed.
    Use putcom() and comprintf() instead of rputs() and rprintf() for ANSI escape sequences. This doesn't actually fix any problem, but since rputs() is
    "less raw" than it used to be, let's use direct-output routines instead, for ANSI output.

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