summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 10:00:42 -0600
committerJeff Carr <[email protected]>2024-01-14 10:00:42 -0600
commit4e19ff99463304f13e688a6a640427c2ab6d2d04 (patch)
tree3db75bd82f41de4da1a06ed7cf1c4719a8caea69 /draw.go
parent0d49ed20ac2d27d6de0881d00ea1a366be8263d6 (diff)
Signed-off-by: Jeff Carr <[email protected]>
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