summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c23f480..a21d92f 100644
--- a/structs.go
+++ b/structs.go
@@ -17,6 +17,9 @@ type RepoStatus struct {
window *gadgets.BasicWindow
+ // a window to manage your .git tags
+ TagsW *repoTags
+
dirtyLabel *gadgets.OneLiner
readOnly *gadgets.OneLiner
goSumStatus *gadgets.OneLiner