Versions in this module Expand all Collapse all v1 v1.5.1 Jan 19, 2026 v1.5.0 Jan 19, 2026 Changes in this version + func TUI(ctx context.Context) error + type SecretPane struct + func NewSecretPane() *SecretPane + func (p *SecretPane) Draw(buf *ui.Buffer) + func (p *SecretPane) MoveSelection(delta int) + func (p *SecretPane) SetFields(fields []secretField, placeholder string) + func (p *SecretPane) SetFocused(focused bool) + func (p *SecretPane) ToggleVisible()