diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ var redoWidgets bool = true var currentWindow *tree.Node type config struct { - baseGui *gocui.Gui // the main gocui handle + baseGui *gocui.Gui // the main gocui handle // rootNode *node // the base of the binary tree. it should have id == 0 treeRoot *tree.Node // the base of the binary tree. it should have id == 0 |
