diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ type guiConfig struct { // This is the master node. The Binary Tree starts here rootNode *Node + // if the user prefers new windows or 'windows within windows' tabs + makeTabs bool + // A node off of rootNode for passing debugging flags flag *Node |
