_  _    __    ___  __    ___  _____  _  _
 ( \( )  /__\  / __)(  )  / __)(  _  )( \( )
  )  (  /(__)\( (__  )(__( (__  )(_)(  )  (
 (_)\_)(__)(__)\___)(____)\___)(_____)(_)\_)

The History of Hacking  ·  May 31 – June 2, 2026  ·  Carolina Beach, NC

Connect from your terminal: telnet naclconbbs.net 23  |  ssh naclconbbs.net -p 2222

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

    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