package
0.12.0
Repository: https://github.com/wagoodman/dive.git
Documentation: pkg.go.dev

# Functions

CursorDown moves the cursor down in the currently selected gocui pane, scrolling the screen as needed.
Moves the cursor the given step distance, setting the origin to the new cursor line.
CursorUp moves the cursor up in the currently selected gocui pane, scrolling the screen as needed.

# Structs

Debug is just for me :).
FileTree holds the UI objects and data models for populating the right pane.
Filter holds the UI objects and data models for populating the bottom row.
Layer holds the UI objects and data models for populating the lower-left pane.
Status holds the UI objects and data models for populating the bottom-most pane.

# Interfaces

Controller defines the a renderable terminal screen pane.

# Type aliases