Versions in this module Expand all Collapse all v0 v0.2.1 Jul 1, 2026 v0.1.0 Jun 29, 2026 Changes in this version + func DetectOSC99Support(seq string) bool + func OSC99QuerySequence() string + func QueryCmd(env uv.Environ) tea.Cmd + type Application interface + Config func() *config.Config + Context func() context.Context + Draw func() + QueueUpdateDraw func(f func()) + Stop func() + type Backend interface + Send func(n Notification) tea.Cmd + type BellBackend struct + func NewBellBackend() *BellBackend + func (b *BellBackend) Send(n Notification) tea.Cmd + type Capabilities struct + Columns int + Env uv.Environ + KittyGraphics bool + OSC99Notifications bool + PixelX int + PixelY int + Profile colorprofile.Profile + ReportFocusEvents bool + Rows int + SixelGraphics bool + TerminalVersion string + func (c *Capabilities) Update(msg any) + func (c Capabilities) CellSize() (width, height int) + func (c Capabilities) SupportsKittyGraphics() bool + func (c Capabilities) SupportsSixelGraphics() bool + func (c Capabilities) SupportsTrueColor() bool + type Model interface + Update func(msg tea.Msg) (T, tea.Cmd) + View func() string + type Notification struct + Message string + Title string + type OSCBackend struct + func NewOSCBackend(icon []byte, supports99 bool) *OSCBackend + func (b *OSCBackend) Send(n Notification) tea.Cmd