Versions in this module Expand all Collapse all v0 v0.10.3 Feb 7, 2022 Changes in this version + var NewModel = New + type KeyMap interface + FullHelp func() [][]key.Binding + ShortHelp func() []key.Binding + type Model struct + Ellipsis string + FullSeparator string + ShortSeparator string + ShowAll bool + Styles Styles + Width int + func New() Model + func (m Model) FullHelpView(groups [][]key.Binding) string + func (m Model) ShortHelpView(bindings []key.Binding) string + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View(k KeyMap) string + type Styles struct + Ellipsis lipgloss.Style + FullDesc lipgloss.Style + FullKey lipgloss.Style + FullSeparator lipgloss.Style + ShortDesc lipgloss.Style + ShortKey lipgloss.Style + ShortSeparator lipgloss.Style