• src/sbbs3/con_out.cpp

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Thursday, April 28, 2022 14:05:48
    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.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Saturday, June 11, 2022 14:30:02
    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 0This 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.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tuesday, January 03, 2023 21:41:33
    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
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Thursday, May 25, 2023 18:45:30
    https://gitlab.synchro.net/main/sbbs/-/commit/94b5d624147ffe4baf9448fe
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Trimmed trailing whitespace (no functional change)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sunday, October 08, 2023 01:01:26
    src/sbbs3 con_out.cpp 1.126 1.127
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv6233

    Modified Files:
    con_out.cpp
    Log Message:
    rputs() now support CP437 0xDB (solid block) to PETSCII conversion (requires enabling/disabling reverse mode), ala outchar().

    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Friday, October 20, 2023 20:01:22
    src/sbbs3 con_out.cpp 1.122 1.123
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12546

    Modified Files:
    con_out.cpp
    Log Message:
    In print_utf8_as_cp437(): if a sequence is an invalid UTF-8 sequence, assume it's a CP437 character (e.g. inadvertently included in a UTF-8 encoded text) and display as such.


    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Friday, October 20, 2023 20:19:52
    src/sbbs3 con_out.cpp 1.120 1.121
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28430

    Modified Files:
    con_out.cpp
    Log Message:
    Fix for use of save/restoreline() after using rputs() to display a prompt. The line counter was never cleared (upon rputs() of "\n") and the current attribute was not saved when a new line was being buffered.
    This applies to JS console.write() as well since it uses rputs().


    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)