BBS:      TELESC.NET.BR
Assunto:  src/syncterm/wren_bind.c wren_host.c
De:       Deuc¨
Data:     Mon, 27 Apr 2026 16:09:26 -0700
-----------------------------------------------------------
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) 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]