Documentation ¶ Index ¶ type ExitMsg type Model func NewModel() Model func (m *Model) Blur() func (m *Model) Focus() func (m Model) Focused() bool func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ExitMsg ¶ type ExitMsg struct{} type Model ¶ type Model struct { viewport.Model // Return the instructions footer for a given width. Instructions func(width int) string // contains filtered or unexported fields } func NewModel ¶ func NewModel() Model func (*Model) Blur ¶ func (m *Model) Blur() func (*Model) Focus ¶ func (m *Model) Focus() func (Model) Focused ¶ func (m Model) Focused() bool 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 pager.go Click to show internal directories. Click to hide internal directories.