Versions in this module Expand all Collapse all v0 v0.0.4 Sep 14, 2022 Changes in this version type Model + func (m *Model) ResetIndent() v0.0.3 Sep 8, 2022 Changes in this version + type Model struct + func New() *Model + 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