diff options
| author | Jeff Carr <[email protected]> | 2024-01-28 11:07:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-28 11:07:51 -0600 |
| commit | d5be773817445f19b98267d69849571fc9d84390 (patch) | |
| tree | 9c7e830fa3bd72f4882d0b757c155b4c9da4d041 /structs.go | |
| parent | 70f5c8864007fc5cec01bffd7efc15aa235c7135 (diff) | |
builds and runs
Signed-off-by: Jeff Carr <[email protected]>
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 |
