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

    From Deuc¨@VERT to Git commit to main/sbbs/master on Saturday, September 27, 2025 19:23:59
    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 Sunday, June 07, 2026 22:31:03
    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 Saturday, July 11, 2026 09:51:11
    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