summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/types/context.go')
-rw-r--r--pkg/gui/types/context.go2
1 files changed, 1 insertions, 1 deletions
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