v4.10.2
·
78 commits
to main
since this release
Focus: Terminal block interrupt semantics —
Ctrl+Cnow belongs to the guest program.
Changes
- 🛠️ Fixed:
DBlockTerminalno longer interceptsCtrl+Cto kill the engine — the\x03byte 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+Cforwarding and the Stop button as the kill switch.