Versions in this module Expand all Collapse all v0 v0.1.0 Jun 28, 2026 Changes in this version + const FooterSep + func Bottom(theme termtheme.Theme, width int) string + func Divider(theme termtheme.Theme, width int) string + func Edge(theme termtheme.Theme, left, right, label string, width int, tr Truncator) string + func Footer(hints []KeyHint, width int) string + func KVRow(theme termtheme.Theme, label, value string, gutter int) string + func Line(theme termtheme.Theme, content string, width int, tr Truncator) string + func Top(theme termtheme.Theme, label string, width int, tr Truncator) string + func UrgencyRole(remaining, total int) termtheme.Role + type GlyphSet struct + ASCII bool + BarEmpty string + BarFull string + Name string + Spinner []string + func ASCIIGlyphs() GlyphSet + func DefaultGlyphs() GlyphSet + func ResolveGlyphs(env []string) GlyphSet + func UnicodeGlyphs() GlyphSet + func (g GlyphSet) Bar(remaining, total, width int) string + func (g GlyphSet) Frame(n int) string + type KeyHint struct + Key string + Label string + type Truncator func(value string, width int) string