summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/types/common.go')
-rw-r--r--pkg/gui/types/common.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/types/common.go b/pkg/gui/types/common.go
index fc6b26989..0b563f014 100644
--- a/pkg/gui/types/common.go
+++ b/pkg/gui/types/common.go
@@ -49,6 +49,7 @@ type IGuiCommon interface {
CurrentContext() Context
CurrentStaticContext() Context
IsCurrentContext(Context) bool
+ ActivateContext(context Context) error
// enters search mode for the current view
OpenSearch()