BBS: TELESC.NET.BR
Assunto: src/syncterm/scripts/console.wren
De: Deuc¨
Data: Mon, 27 Apr 2026 18:20:39 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/66f1da25930ac5eb943fabbd
Modified Files:
src/syncterm/scripts/console.wren
Log Message:
SyncTERM: wrap Wren console run-loop body in Fiber.try
A runtime error inside the run loop would skip the screen-bounds
and screen-contents restore, leaving the user staring at the
console's painted state with no recovery short of disconnecting.
Move the body into runBody_ called via Fiber.new {...}.try() so
the restore path always runs. On error, log the abort + stack
trace via REPL.printTrace_ and skip Console.markSeen() the
unread-log indicator surfaces it for the next console session.
Co-Authored-By: Claude Opus 4.7 (1M context)
n
---
mSynchronetn hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net
-----------------------------------------------------------
[Voltar]