summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-16 10:05:45 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commit0ea0c486310558e26af7ad6e4fcf17f57c2b62e3 (patch)
treeeef43cc81d0ea0741e42056ff1c7a33716e8fe09 /pkg/gui/gui.go
parentcec4cb48cb8d4ba6ed3def0194f4443a1fc51cbd (diff)
WIP
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 16c829025..5530032d9 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -236,6 +236,8 @@ type guiState struct {
StartupStage int // one of INITIAL and COMPLETE. Allows us to not load everything at once
FilterPath string // the filename that gets passed to git log
Diff DiffState
+
+ Contexts ContextTree
}
func (gui *Gui) resetState() {