Versions in this module Expand all Collapse all v0 v0.1.35 Aug 9, 2026 Changes in this version + type Entry struct + Desc string + Destructive bool + Disabled bool + Key string + Label string + Mnemonic rune + Reason string + Run func() tea.Cmd + type Model struct + func New() *Model + func (m *Model) Active() bool + func (m *Model) Close() + func (m *Model) Open(title string, entries []Entry) + func (m *Model) OpenFilter(title string, entries []Entry) + func (m *Model) SelectedEntry() (Entry, bool) + func (m *Model) SetDimensions(w, h int) + func (m *Model) Update(msg tea.Msg) (tea.Cmd, bool) + func (m *Model) View() string