diff options
| author | Jeff Carr <[email protected]> | 2021-10-24 09:01:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-24 09:01:51 -0500 |
| commit | 23e4e139f1df01bfdd8987c48309a1e50977b7a1 (patch) | |
| tree | 0eecb69307b0603bbf4f49852104e861e42bedf0 /gui.go | |
| parent | a915cecec02306363039c3ef32226670ec935b8d (diff) | |
NODE: it builds, runs and doesn't crashv0.0.4
Also, it doesn't really work as the formatting and other buttons
and things don't get populated
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ func init() { Data.WindowMap = make(map[string]*GuiWindow) Data.NodeMap = make(map[string]*Node) + Data.NodeSlice = make([]*Node, 0) + Config.counter = 0 Config.prefix = "jwc" } |
