summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-31 07:40:53 -0600
committerJeff Carr <[email protected]>2023-12-31 07:40:53 -0600
commit92441e8c635aa3e1d1f148e4780c0c323f4b0f95 (patch)
tree7170a290962840af2486316c224462d52ddc3e0c /structs.go
parent50f41a3ec5441396666e1108183ac02363c4bd18 (diff)
continue move to remove tabs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 406b11a..947fbe4 100644
--- a/structs.go
+++ b/structs.go
@@ -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