Skip to main content

Module observer

Module observer 

Source
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ยง

ScriptEventForwarder
Bridge between core terminal observer events and the scripting JSON protocol.