• src/sbbs3/petscii_term.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Feb 23 21:00:19 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/242fa8435309ddd0f7cc8a4c
    Modified Files:
    src/sbbs3/petscii_term.cpp
    Log Message:
    Fix PETSCII_Terminal::cleartoeol() more

    I don't know how I missed this with my last fix to this function, but it was just overwriting the same cell with space, repeatedly (not clearing the text
    to the end of line).

    ---
    þ 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 Mon Feb 23 21:00:19 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/802ba2f63e5b1e08584ffb1a
    Modified Files:
    src/sbbs3/petscii_term.cpp
    Log Message:
    cleartoeol() should not write the last column, forcing a wrap to the next line

    ---
    þ 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 Mon Feb 23 21:00:19 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/1f405af6da56847fe10af2a6
    Modified Files:
    src/sbbs3/petscii_term.cpp
    Log Message:
    Clear the curatr REVERSE flag upon sending a carriage return

    This bug messed up on the top of several menu files (e.g. chat, email, qwk) that previously looked fine in v3.20.

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