Expand description
This module defines the core components and logic for the terminal user interface.
Re-exportsยง
pub use controller::TerminalUI;
Modulesยง
- controller ๐
- This module defines the
TerminalUIcontroller, which manages the main loop for the terminal user interface. - events ๐
- This module handles UI events for the
TerminalUI. - lifecycle ๐
- This module handles the lifecycle of the terminal user interface.
- render ๐
- This module contains the rendering logic for the
TerminalUI.