From 0a8cff6ab68dc92b98136c4ebe5c6bc7f8f1b3c7 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 30 Jan 2022 20:03:08 +1100 Subject: some more refactoring --- pkg/gui/types/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/gui/types/context.go') diff --git a/pkg/gui/types/context.go b/pkg/gui/types/context.go index ffdcb49a7..fcbadfd22 100644 --- a/pkg/gui/types/context.go +++ b/pkg/gui/types/context.go @@ -61,8 +61,8 @@ type IController interface { type IListContext interface { HasKeybindings - GetSelectedItem() (ListItem, bool) + GetSelectedItemId() string HandlePrevLine() error HandleNextLine() error HandleScrollLeft() error -- cgit v1.2.3