• src/sbbs3/con_out.cpp sbbs.h

    From rswindell@VERT to CVS commit on Tue Nov 15 21:41:07 2016
    src/sbbs3 con_out.cpp 1.71 1.72 sbbs.h 1.432 1.433
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv23343

    Modified Files:
    con_out.cpp sbbs.h
    Log Message:
    Created new console output method: sbbs_t::backfill():
    it displays a string of text and fills the background color up to the
    specified percentage fo the string length. I will be using it for displaying poll results, but it could possibly be used for progress displays and such.
    The colors used are configured via the "backfill" and "unfill" attributes in ctrl/attr.cfg.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Mon Dec 5 23:06:27 2016
    src/sbbs3 con_out.cpp 1.74 1.75 sbbs.h 1.445 1.446
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv21336

    Modified Files:
    con_out.cpp sbbs.h
    Log Message:
    New Ctrl-A codes:
    'J' - Clear to End-of-Screen, for ANSI users sends <ESC>[J, nothing otherwise '`' - Home Cursor, for ANSI users sends <ESC>[H, form feed otherwise

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Thu Jul 11 13: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 20: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 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