diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 10:00:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 10:00:42 -0600 |
| commit | 4e19ff99463304f13e688a6a640427c2ab6d2d04 (patch) | |
| tree | 3db75bd82f41de4da1a06ed7cf1c4719a8caea69 /new.go | |
| parent | 0d49ed20ac2d27d6de0881d00ea1a366be8263d6 (diff) | |
GPLv0.12.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'new.go')
| -rw-r--r-- | new.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ func New(p *gui.Node, path string) *RepoStatus { } rs.tags = make(map[string]string) rs.window = gadgets.NewBasicWindow(p, "GO Repo Details " + path) + rs.window.Horizontal() + rs.window.Make() rs.ready = true + rs.draw() return rs } |
