Documentation ¶ Index ¶ type Model func New() *Model func (m *Model) ResetIndent() func (m *Model) ResetView() func (m *Model) SetContent(data string) func (m *Model) SetWH(w, h int) 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 Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New() *Model func (*Model) ResetIndent ¶ added in v0.0.4 func (m *Model) ResetIndent() func (*Model) ResetView ¶ func (m *Model) ResetView() func (*Model) SetContent ¶ func (m *Model) SetContent(data string) func (*Model) SetWH ¶ func (m *Model) SetWH(w, h 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 infobar.go keys.go Click to show internal directories. Click to hide internal directories.