• src/syncterm/wren_bind.c wren_host.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Apr 27 16:09:26 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/c39c0dda7c0340093e2740d8
    Modified Files:
    src/syncterm/wren_bind.c wren_host.c
    Log Message:
    SyncTERM: rename Input._park to Input.park_ — Wren leading-underscore is a field

    Wren parses identifiers with a leading underscore as private field
    references; foreign classes can't have fields, so the embedded
    \`Input\` declaration was failing to compile with "Cannot define
    fields in a foreign class" on both the call site and the
    \`foreign static _park(fiber)\` declaration. Trailing underscore
    matches the convention already used by Input.ungetKey_ /
    Input.ungetMouse_ in the same class.

    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)