mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-25 18:55:28 -06:00
cleaning up
This commit is contained in:
@@ -62,21 +62,19 @@ type IController interface {
|
||||
type IListContext interface {
|
||||
HasKeybindings
|
||||
GetSelectedItem() (ListItem, bool)
|
||||
GetSelectedItemId() string
|
||||
|
||||
HandlePrevLine() error
|
||||
HandleNextLine() error
|
||||
HandleScrollLeft() error
|
||||
HandleScrollRight() error
|
||||
HandlePrevPage() error
|
||||
HandleNextPage() error
|
||||
HandleGotoTop() error
|
||||
HandleGotoBottom() error
|
||||
HandlePrevPage() error
|
||||
HandleClick(onClick func() error) error
|
||||
|
||||
OnSearchSelect(selectedLineIdx int) error
|
||||
FocusLine()
|
||||
HandleRenderToMain() error
|
||||
|
||||
GetPanelState() IListPanelState
|
||||
|
||||
|
||||
Reference in New Issue
Block a user