• src/sbbs3/con_out.cpp

    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