Documentation ¶
Index ¶
- type Model
- func (m Model) GetCurrentChange() *filechange.Model
- func (m Model) GetCursorYOffset() int
- func (m *Model) MoveCursor(lines int)
- func (m *Model) MoveOneFile(up bool)
- func (m Model) Replace()
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m *Model) UpdateFilePager()
- func (m *Model) UpdateViewport()
- 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 (Model) GetCurrentChange ¶
func (m Model) GetCurrentChange() *filechange.Model
func (Model) GetCursorYOffset ¶
func (*Model) MoveCursor ¶
func (*Model) MoveOneFile ¶
func (*Model) UpdateFilePager ¶
func (m *Model) UpdateFilePager()
func (*Model) UpdateViewport ¶
func (m *Model) UpdateViewport()
Click to show internal directories.
Click to hide internal directories.