From 92441e8c635aa3e1d1f148e4780c0c323f4b0f95 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 31 Dec 2023 07:40:53 -0600 Subject: continue move to remove tabs Signed-off-by: Jeff Carr --- structs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'structs.go') 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 -- cgit v1.2.3