• src/sbbs3/con_out.cpp sbbs.h

    From rswindell@VERT to CVS commit on Sun May 24 01: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 22: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 19: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 23: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