Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FullViewProgram ¶
FullViewProgram is a program that will print the full view for the model as the program terminates.
Bubbletea programs limit the output of the view to the terminal size, which fixes issues with rerendering, but results in any off-screen output being lost when the program exits.
func NewProgram ¶
func NewProgram(model tea.Model, opts ...tea.ProgramOption) *FullViewProgram
Click to show internal directories.
Click to hide internal directories.