• src/sbbs3/prntfile.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Feb 2 16:26:30 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/0d91be51f01781a20bb5c4a4
    Modified Files:
    src/sbbs3/prntfile.cpp
    Log Message:
    Always reseek to the correct line offset when END key used in P_SEEK mode

    Sometimes, if the next line happened to be the first line of the last page
    of the file, an END key press would just stop the file viewing.
    This fixes that.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sun Feb 8 08:15:07 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f2d0fd6c2e3f35f8b0922909
    Modified Files:
    src/sbbs3/prntfile.cpp
    Log Message:
    Fix missing newline for lines that contain only color codes

    ... when not using P_OPENCLOSE mode

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Feb 27 23:55:45 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/794d893dff3644045e5a23a5
    Modified Files:
    src/sbbs3/prntfile.cpp
    Log Message:
    An optimization for fgetline(), don't get bstrlen() if obviously unnecessary

    Make seeking to EOF in P_SEEK mode faster

    Related to issue #1085

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net