Documentation
¶
Overview ¶
Package queue renders the queued messages overlay above the composer and lets the user inspect, navigate, and remove queued messages.
Index ¶
- type Model
- func (m Model) Active() bool
- func (m *Model) Close()
- func (m *Model) DeleteSelected() (string, bool)
- func (m *Model) Down()
- func (m Model) Height() int
- func (m Model) Items() []string
- func (m Model) Len() int
- func (m *Model) Open(items []string)
- func (m *Model) SetItems(items []string)
- func (m *Model) SetWidth(w int)
- func (m *Model) Up()
- func (m Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
Model manages queued messages and the overlay presentation.
func (*Model) DeleteSelected ¶
DeleteSelected removes the currently highlighted item from the queue and returns it.
Click to show internal directories.
Click to hide internal directories.