Expand description
Event handling layer for Pacsea’s TUI (modularized).
This module re-exports handle_event and delegates pane-specific logic
and mouse handling to submodules to keep files small and maintainable.
Modules§
- utils
- Utility functions for event handling.
Functions§
- handle_
event - What: Dispatch a single terminal event (keyboard/mouse) and mutate the
AppState. - open_
preflight_ modal - What: Open preflight modal with cached dependencies and files, or trigger background resolution.
- start_
execution - What: Start command execution by transitioning to
PreflightExecand storingExecutorRequest.