Documentation ¶ Index ¶ type Model func New(keymap help.KeyMap) Model func (m Model) Height() int func (m Model) Init() tea.Cmd func (m Model) Resize(width, height int) components.Model func (m Model) SetKeyMap(keymap help.KeyMap) Model func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string func (m Model) Width() int type Styles func DefaultStyles() *Styles Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { Styles *Styles // contains filtered or unexported fields } func New ¶ func New(keymap help.KeyMap) Model func (Model) Height ¶ func (m Model) Height() int func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Resize ¶ func (m Model) Resize(width, height int) components.Model func (Model) SetKeyMap ¶ func (m Model) SetKeyMap(keymap help.KeyMap) Model func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string func (Model) Width ¶ func (m Model) Width() int type Styles ¶ type Styles struct { Border lipgloss.Style Ellipsis lipgloss.Style HelpText lipgloss.Style HelpFeintText lipgloss.Style } func DefaultStyles ¶ func DefaultStyles() *Styles Source Files ¶ View all Source files footer.go style.go Click to show internal directories. Click to hide internal directories.