• src/conio/cterm.adoc src/syncterm/term.c

    From Deucе@VERT to Git commit to main/sbbs/master on Sat Sep 27 19:23:59 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/51608a860052e40039a30d38
    Modified Files:
    src/conio/cterm.adoc src/syncterm/term.c
    Log Message:
    Add SyncTERM Version APC

    So I can have a "You should update SyncTERM" script. :D

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Jun 7 22:31:03 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/d2efeb08f4dfe43045ee4a80
    Modified Files:
    src/conio/cterm.adoc src/syncterm/term.c
    Log Message:
    Some minor PBM fixes.

    1. Fix the text PBM format parsing (which nobody should ever use
    for anything ever)
    2. Fix the embedded MASK= parsing (which should only rarely be used
    for oddball things)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sat Jul 11 09:51:11 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/bbf7c4c79b9fd26662fe5837
    Modified Files:
    src/conio/cterm.adoc src/syncterm/term.c
    Log Message:
    Fix unpressed any-event mouse motion

    Report 1003 mouse motion with no pressed button as xterm
    does: all buttons released plus the movement offset. This avoids
    treating the released-buttons sentinel as a wheel button before the
    movement bit is added.

    Update the CTerm mouse tracking documentation to match the
    xterm-derived protocol behavior.

    Reference: ticket 266

    Co-Authored-By: OpenAI Codex <noreply@openai.com>

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