Skip to content

v4.10.2

Choose a tag to compare

@rodrigoslayertech rodrigoslayertech released this 14 Jul 02:44
· 78 commits to main since this release
v4.10.2

Focus: Terminal block interrupt semantics — Ctrl+C now belongs to the guest program.

Changes

  • 🛠️ Fixed: DBlockTerminal no longer intercepts Ctrl+C to kill the engine — the \x03 byte is forwarded to the guest program like any other key, so interactive programs own their interrupt semantics (double-press confirmations, graceful terminal restores). A runaway guest is still killed with the Stop button.
  • 📚 Updated docs: the terminal engine contract notes now describe the byte-for-byte Ctrl+C forwarding and the Stop button as the kill switch.