• src/sbbs3/con_out.cpp

    From Rob Swindell@1:103/705 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 codesCtrl-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.
    --- SBBSecho 3.11-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 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=0Caught by Coverity.
    --- SBBSecho 3.13-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 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().
    --- SBBSecho 3.14-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 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 displaySometimes the progress meter (e.g. during file text searches) appears at a column offset > 0 and doesn't look good. Fix that.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)