• src/sbbs3/prntfile.cpp

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Mon Feb 2 02:01:42 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/0388056f46146878d88d471e
    Modified Files:
    src/sbbs3/prntfile.cpp
    Log Message:
    In P_SEEK mode, made 'B' go back (like less) and ENTER move down one line

    ... less and more
    --- SBBSecho 3.36-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 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.
    --- SBBSecho 3.36-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 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
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)