Documentation ¶ Index ¶ type Model func New(output string) *Model func (m *Model) FullHelp() [][]key.Binding func (m *Model) Init() tea.Cmd func (m *Model) Scroll(delta int) tea.Cmd func (m *Model) SetHeight(h int) func (m *Model) ShortHelp() []key.Binding func (m *Model) Update(msg tea.Msg) tea.Cmd func (m *Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { *common.ViewNode *common.MouseAware // contains filtered or unexported fields } func New ¶ func New(output string) *Model func (*Model) FullHelp ¶ added in v0.8.7 func (m *Model) FullHelp() [][]key.Binding func (*Model) Init ¶ func (m *Model) Init() tea.Cmd func (*Model) Scroll ¶ added in v0.9.7 func (m *Model) Scroll(delta int) tea.Cmd func (*Model) SetHeight ¶ added in v0.8.7 func (m *Model) SetHeight(h int) func (*Model) ShortHelp ¶ added in v0.8.7 func (m *Model) ShortHelp() []key.Binding func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) tea.Cmd func (*Model) View ¶ func (m *Model) View() string Source Files ¶ View all Source files diff.go Click to show internal directories. Click to hide internal directories.