summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index 3143cc5..95f0158 100644
--- a/draw.go
+++ b/draw.go
@@ -11,7 +11,7 @@ import (
// creates the actual widgets.
// it's assumed you are always passing in a box
-func draw(rs *RepoStatus) {
+func (rs *RepoStatus) draw() {
if ! rs.Ready() {return}
// display the status of the git repository