Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + type Model struct + func New(prompt string) Model + func (m *Model) AdjustSegment(delta int) + func (m *Model) Blur() + func (m *Model) CursorPosition() int + func (m *Model) Focus() tea.Cmd + func (m *Model) FocusFirstSegment() + func (m *Model) Focused() bool + func (m *Model) LocalValue() string + func (m *Model) SetTime(t time.Time) + func (m *Model) Time() time.Time + func (m *Model) Value() string + func (m *Model) ValueUtc() string + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string