• src/sbbs3/con_out.cpp

    From rswindell@VERT to CVS commit on Thu Mar 19 19:41:58 2020
    src/sbbs3 con_out.cpp 1.127 1.128
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv3042

    Modified Files:
    con_out.cpp
    Log Message:
    Fix oft-reported bug: sbbs_t::backfill() didn't support PETSCII terminals
    Nah, seriously, though is anyone but me using PETSCII? :-)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 29 21:39:20 2020
    src/sbbs3 con_out.cpp 1.129 1.130
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15443

    Modified Files:
    con_out.cpp
    Log Message:
    Fix a couple of printf-format warnings in debug-level log output.
    Exclude these messages from non-debug builds too.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 29 21:43:10 2020
    src/sbbs3 con_out.cpp 1.130 1.131
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    con_out.cpp
    Log Message:
    Fix printf-format warning for reals this time.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri May 8 03:00:13 2020
    src/sbbs3 con_out.cpp 1.133 1.134
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv31289

    Modified Files:
    con_out.cpp
    Log Message:
    clearscreen() must always reset row and column.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue May 12 01:22:40 2020
    src/sbbs3 con_out.cpp 1.138 1.139
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv23595

    Modified Files:
    con_out.cpp
    Log Message:
    line_feed() and cursor_down() were not incrementing the current row count.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue May 12 12:07:39 2020
    src/sbbs3 con_out.cpp 1.139 1.140
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16926

    Modified Files:
    con_out.cpp
    Log Message:
    sbbs_t::clearscreen() should reset the line counter too.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Nov 26 01:35:13 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/0d26e562054cafc155b71e46
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    When console output is off, ignore most Ctrl-A codes

    Ctrl-A codes that cause cursor movement or attribute changes or anything except toggling the console output will now be ignored when console output is off.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Feb 21 18:55:45 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/97d13513d33270c97e3cc076
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Avoid potential for divide-by-zero error if called with total=0

    Caught by Coverity.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Apr 24 00:28:03 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/4c4d0d3dabb2687cbe17dbb5
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    A line feed does not move the cursor to column 0.

    This caused an issue for the soon to be committed P_INDENT support in putmsg(). ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Jun 7 20:14:25 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/52fa83359d5870bf54a1d061
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Condition newline before progress display

    Sometimes the progress meter (e.g. during file text searches) appears at a column offset > 0 and doesn't look good. Fix that.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Apr 28 14:05:48 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/b81a1e01d228ced908025e61
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Always displays the 100% progress report

    ... regardless of the timing of the last progress report.
    For cases where the progress output isn't erased once done doing the thing.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Jun 11 14:30:02 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/ebd011dbf574b814e87a788b
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Always display a progress() output for count value of 0

    This is normally the first count value and even if we *just* output a progress() for a previous operation, we still want the first progress() call for the operation to display.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Jan 3 21:41:33 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/568495d067a5700412915de9
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Include terminal description in terminal.ini and node#/terminal mqtt msg
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Thu May 25 18:45:30 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/94b5d624147ffe4baf9448fe
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Trimmed trailing whitespace (no functional change)
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net