Expand description
Observer bridge that converts core library TerminalEvents into scripting ScriptEvents.
ScriptEventForwarder implements the TerminalObserver trait from
par-term-emu-core-rust. It captures events into a thread-safe buffer
that the main event loop drains and forwards to script sub-processes.
Structsยง
- Script
Event Forwarder - Bridge between core terminal observer events and the scripting JSON protocol.