Module terminal

Module terminal 

Source
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 TerminalUI controller, 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.