• src/sbbs3/con_out.cpp sbbs.h

    From rswindell@VERT to CVS commit on Thu Jul 11 09:14:14 2019
    src/sbbs3 con_out.cpp 1.111 1.112 sbbs.h 1.529 1.530
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv13292

    Modified Files:
    con_out.cpp sbbs.h
    Log Message:
    Another outchar(enum unicode_codepoint, ...) variant method which supports a string (multiple) CP437 fallback chars, for when a single CP437 char won't suffice.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Aug 19 16:12:28 2019
    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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat May 23 21:13:42 2020
    src/sbbs3 con_out.cpp 1.140 1.141 sbbs.h 1.573 1.574
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv23369

    Modified Files:
    con_out.cpp sbbs.h
    Log Message:
    Create sbbs_t::cursor_getxy() which gets the current x/y coordinates even for non-ANSI terminals (using the locally-tracked cursor position).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Dec 11 17:17:15 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/e5fea17b5f641240ac0c56f8
    Modified Files:
    src/sbbs3/con_out.cpp sbbs.h
    Log Message:
    Constify sbbs_t::center()

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Jan 19 14:51:57 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/cd72628aeb4c5f040891990c
    Modified Files:
    src/sbbs3/con_out.cpp sbbs.h
    Log Message:
    Don't display progress() updates more than twice a second

    To send less text over slow (e.g. 4800bps) modems. For Nelgin.

    This makes the interval argument unnecessary I think.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Feb 11 18:34:04 2022
    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. :-)

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