summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index b61170b30..bc6448374 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -287,6 +287,7 @@ type guiState struct {
IsRefreshingFiles bool
RefreshingFilesMutex sync.Mutex
RefreshingStatusMutex sync.Mutex
+ FetchMutex sync.Mutex
Searching searchingState
ScreenMode int
SideView *gocui.View