Expand description
Program lifecycle and event loop.
The Program struct manages the entire TUI application lifecycle, including terminal setup, event handling, and rendering.
Structs§
- Program
- The main program runner.
- Program
Handle - Handle to a running program.
- Program
Options - Program options.
Enums§
- Error
- Errors that can occur when running a bubbletea program.
Traits§
- Model
- The Model trait for TUI applications.