summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/context.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-30 11:22:47 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-17 19:13:40 +1100
commit09dc160da98a0a4fe976d3d174cc93af57c53892 (patch)
tree07e19bbcb51bfab6ebfa5c5af1248a7dac901f14 /pkg/gui/types/context.go
parente187293456ed8d66fd9582def7c8189312b98b35 (diff)
cleaning up
Diffstat (limited to 'pkg/gui/types/context.go')
-rw-r--r--pkg/gui/types/context.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/gui/types/context.go b/pkg/gui/types/context.go
index eadcf41ad..48e3cfdba 100644
--- a/pkg/gui/types/context.go
+++ b/pkg/gui/types/context.go
@@ -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