Versions in this module Expand all Collapse all v0 v0.1.1 Jul 27, 2026 Changes in this version + type Model struct + func New() Model + func (m *Model) AppendChar(ch rune) + func (m *Model) Backspace() + func (m *Model) Hide() + func (m *Model) IsVisible() bool + func (m *Model) SetTag(tag SplitTag) + func (m *Model) Show() + func (m Model) GetMessage() string + func (m Model) GetTag() SplitTag + func (m Model) View(width, height int) string + type SplitTag rune