summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-23 21:25:39 +1000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-08-23 11:30:29 +0000
commit0f7003d939a969920ffdb5f2d28fca2fd0eb7f65 (patch)
treebb245de541583ea37e9a656d16689b55035402de /pkg/gui/gui.go
parentd2d88fe64e1fb3b831b283c56294271323bcade1 (diff)
allow spamming the p key
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