summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context_config.go')
-rw-r--r--pkg/gui/context_config.go26
1 files changed, 13 insertions, 13 deletions
diff --git a/pkg/gui/context_config.go b/pkg/gui/context_config.go
index b7f7e3783..a3b965a69 100644
--- a/pkg/gui/context_config.go
+++ b/pkg/gui/context_config.go
@@ -56,19 +56,19 @@ var allContextKeys = []ContextKey{
type ContextTree struct {
Status Context
- Files *ListContext
- Submodules *ListContext
- Menu *ListContext
- Branches *ListContext
- Remotes *ListContext
- RemoteBranches *ListContext
- Tags *ListContext
- BranchCommits *ListContext
- CommitFiles *ListContext
- ReflogCommits *ListContext
- SubCommits *ListContext
- Stash *ListContext
- Suggestions *ListContext
+ Files IListContext
+ Submodules IListContext
+ Menu IListContext
+ Branches IListContext
+ Remotes IListContext
+ RemoteBranches IListContext
+ Tags IListContext
+ BranchCommits IListContext
+ CommitFiles IListContext
+ ReflogCommits IListContext
+ SubCommits IListContext
+ Stash IListContext
+ Suggestions IListContext
Normal Context
Staging Context
PatchBuilding Context