• src/sbbs3/petscii_term.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wednesday, December 10, 2025 19:41:15
    https://gitlab.synchro.net/main/sbbs/-/commit/9f69032c52672d9d7a8995bc
    Modified Files:
    src/sbbs3/petscii_term.cpp
    Log Message:
    The newline() method takes a count parameter, use it

    Another regression in the "New Terminal Abstration" fixed.

    ---
    þ 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 Thursday, January 29, 2026 23:09:19
    https://gitlab.synchro.net/main/sbbs/-/commit/d577a0b9a396b6f87b6eb95e
    Modified Files:
    src/sbbs3/petscii_term.cpp
    Log Message:
    Fix line counting (for auto-pause) for PETSCII terminals

    A New Terminal abstraction bug

    ---
    þ 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 Thursday, January 29, 2026 23:45:39
    https://gitlab.synchro.net/main/sbbs/-/commit/461172c2a67a134f289de26a
    Modified Files:
    src/sbbs3/petscii_term.cpp
    Log Message:
    Use CURSOR_LEFT instead of DEL(ete) when erasing to end of line for PETSCII

    This fixes clear-to-EOL sequences for PETSCII terminals. DEL appears to shift chars on the right to the left and if/when it wraps, that messes up the next line.

    Utopia is now kind of playable in C128 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 Monday, February 23, 2026 21:00:19
    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 Monday, February 23, 2026 21:00:19
    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 Monday, February 23, 2026 21:00:19
    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