summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/common.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-01 21:22:43 +1000
committerGitHub <noreply@github.com>2023-05-01 21:22:43 +1000
commitc6c4346d4886dbfcfe3a164170f99936734febd8 (patch)
tree0ff1e9e92078e3c5fc2af98516e52f38aa93644a /pkg/gui/types/common.go
parentee9ae8f07f493cc22059f10e04f2459c2d1d32c3 (diff)
parentd675117289cc195b7cae105a808a29383f48d9d4 (diff)
Merge pull request #2551 from stefanhaller/fix-initial-context-activationv0.38.0
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()