Expand description
Program runtime and builder for TUI applications.
This module defines the Program struct and its associated ProgramBuilder,
which are responsible for coordinating the entire bubbletea-rs application lifecycle.
The Program sets up the terminal, handles input, executes commands, and renders
the model’s view.
Structs§
- Program
- The main
Programstruct that coordinates the application. - Program
Builder - A builder for creating and configuring
Programinstances. - Program
Config - Configuration options for a
Program.
Enums§
- Mouse
Motion - Defines the different modes for mouse motion reporting.