From 09dc160da98a0a4fe976d3d174cc93af57c53892 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 30 Jan 2022 11:22:47 +1100 Subject: cleaning up --- pkg/gui/types/context.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkg/gui/types/context.go') 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 -- cgit v1.2.3