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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/types/context.go b/pkg/gui/types/context.go
index 381374adf..7b9f47001 100644
--- a/pkg/gui/types/context.go
+++ b/pkg/gui/types/context.go
@@ -31,6 +31,7 @@ type IBaseContext interface {
GetWindowName() string
SetWindowName(string)
GetKey() ContextKey
+ IsFocusable() bool
GetOptionsMap() map[string]string