teax

package
v1.53.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Quit

func Quit() tea.Msg

Types

type FullViewProgram

type FullViewProgram struct {
	*tea.Program
}

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

func (*FullViewProgram) Run

func (p *FullViewProgram) Run() (tea.Model, error)

type QuitMsg

type QuitMsg struct{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL