summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/draw.go b/draw.go
index 80e3743..3143cc5 100644
--- a/draw.go
+++ b/draw.go
@@ -24,7 +24,7 @@ func draw(rs *RepoStatus) {
rs.drawGitCommands()
// figure out what the state of the git repository is
- rs.Update()
+ // rs.Update()
}
func (rs *RepoStatus) drawGitBranches() {
@@ -48,13 +48,15 @@ func (rs *RepoStatus) drawGitBranches() {
master = "main"
}
}
- rs.masterDrop.Set(master)
+ // rs.masterDrop.Set(master)
// relabel the various gadgets with the right branch name
rs.masterBranchVersion.SetLabel(master)
- rs.major.SetTitle(master)
+ // rs.major.SetTitle(master)
+ /*
rs.develDrop.Set("devel")
rs.userDrop.Set("jcarr")
+ */
var count *gui.Node