Documentation ¶ Index ¶ Variables type Model func NewModel(ctx *context.ProgramContext) Model func (m *Model) SetWidth(width int) func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ View Source var ( HelpHeight = 3 ) Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func NewModel ¶ func NewModel(ctx *context.ProgramContext) Model func (*Model) SetWidth ¶ func (m *Model) SetWidth(width int) func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files help.go styles.go Click to show internal directories. Click to hide internal directories.