Versions in this module Expand all Collapse all v0 v0.1.1 Apr 5, 2024 Changes in this version + const MESSAGE_CHOICE + const MESSAGE_SEND + const MESSAGE_SENT + var DefaultKeyMap = KeyMap + type KeyMap struct + Down key.Binding + Enter key.Binding + Up key.Binding + type Model struct + func NewModel(c *config.Config, f []string) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string