Versions in this module Expand all Collapse all v0 v0.1.0 May 19, 2026 Changes in this version + type Modal struct + func New(ta *textarea.Model) *Modal + func (v *Modal) IsEnabled() bool + func (v *Modal) Mode() Mode + func (v *Modal) ModeLabel() string + func (v *Modal) SetEnabled(on bool) + func (v *Modal) SetMode(m Mode) + func (v *Modal) Update(msg tea.KeyMsg) (consumed bool, cmds []tea.Cmd) + type Mode uint8 + const Disabled + const Insert + const Normal + func (m Mode) String() string