Module tui

Module tui 

Source
Expand description

Provides a Terminal User Interface (TUI) management system.

This module orchestrates the TUI lifecycle, including terminal setup (raw mode, alternate screen or inline display), event handling (keyboard, mouse, paste, resize, focus, periodic ticks, and renders), and rendering the user interface.

It manages the event loop and provides mechanisms to enter and exit the TUI cleanly, restoring the terminal to its original state.

Structs§

Tui
Manages the terminal User Interface (TUI) lifecycle, event handling, and rendering

Enums§

Event
Events that can occur within the TUI application