Documentation ¶ Index ¶ type Model func NewModel(context *context.MainContext) Model func (m Model) FullHelp() [][]key.Binding func (m Model) Init() tea.Cmd func (m Model) ShortHelp() []key.Binding func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func NewModel ¶ func NewModel(context *context.MainContext) Model func (Model) FullHelp ¶ added in v0.9.1 func (m Model) FullHelp() [][]key.Binding func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) ShortHelp ¶ added in v0.9.1 func (m Model) ShortHelp() []key.Binding func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files undo.go Click to show internal directories. Click to hide internal directories.