Versions in this module Expand all Collapse all v1 v1.140.0 Sep 15, 2026 Changes in this version + type State struct + func New(sessionID, title string) *State + func (s *State) Acknowledge() + func (s *State) Apply(msg tea.Msg, active bool) (changed, bell bool) + func (s *State) ClearAttention() + func (s *State) Consume() tea.Msg + func (s *State) Prepend(event tea.Msg) + func (s *State) ReplaceSession(sessionID string) + func (s *State) RetiresAttention(boundary, event tea.Msg) bool + func (s *State) SessionID() string + func (s *State) SetTitle(title string) + func (s *State) Snapshot() (title string, running, needsAttention bool)