Documentation ¶ Index ¶ type Model func New(visible bool, width, height int, text []string) Model func (m Model) ProceedIsSelected() bool func (m *Model) SetWidthAndHeight(width, height int) func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { Visible bool // contains filtered or unexported fields } func New ¶ func New(visible bool, width, height int, text []string) Model func (Model) ProceedIsSelected ¶ func (m Model) ProceedIsSelected() bool func (*Model) SetWidthAndHeight ¶ func (m *Model) SetWidthAndHeight(width, height int) func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files prompt.go Click to show internal directories. Click to hide internal directories.