Versions in this module Expand all Collapse all v1 v1.0.9 Mar 20, 2026 v1.0.2 Mar 20, 2026 v1.0.1 Mar 20, 2026 Changes in this version + var Version = "dev" + type Model struct + Background bool + func NewModel(p *audio.Player) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string