Documentation
¶
Overview ¶
HIC SUNT DRACONES
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PushScreenMsg ¶
type PushScreenMsg struct {
Screen Screen
}
PushScreenMsg pushes a new screen onto the stack.
type Screen ¶
type Screen interface {
tea.Model
// Title returns the screen's title for the header.
Title() string
// KeyHints returns context-specific keyboard hints for the footer.
KeyHints() string
}
Screen represents a single screen in the TUI stack. Each screen is a self-contained tea.Model that handles its own updates and rendering within the content area.
Click to show internal directories.
Click to hide internal directories.