Documentation
¶
Index ¶
- type Model
- func (m *Model) HandleIntent(intent intents.Intent) (tea.Cmd, bool)
- func (m *Model) Init() tea.Cmd
- func (m *Model) IsEditing() bool
- func (m *Model) IsFocused() bool
- func (m *Model) Scopes() []dispatch.Scope
- func (m *Model) Update(msg tea.Msg) tea.Cmd
- func (m *Model) ViewRect(dl *render.DisplayContext, box layout.Box)
- type SelectRemoteMsg
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(c *context.MainContext, revisions jj.SelectedRevisions) *Model
func (*Model) HandleIntent ¶ added in v0.10.3
type SelectRemoteMsg ¶ added in v0.9.11
type SelectRemoteMsg struct {
Index int
}
SelectRemoteMsg is sent when a remote is clicked
Click to show internal directories.
Click to hide internal directories.