Versions in this module Expand all Collapse all v0 v0.20.0 Feb 14, 2025 Changes in this version + func Blink() tea.Msg + type BlinkMsg struct + type Mode int + const CursorBlink + const CursorHide + const CursorStatic + func (c Mode) String() string + type Model struct + Blink bool + BlinkSpeed time.Duration + Style lipgloss.Style + TextStyle lipgloss.Style + func New() Model + func (m *Model) BlinkCmd() tea.Cmd + func (m *Model) Blur() + func (m *Model) Focus() tea.Cmd + func (m *Model) SetChar(char string) + func (m *Model) SetMode(mode Mode) tea.Cmd + func (m Model) Mode() Mode + func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) + func (m Model) View() string