summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 02:38:06 -0600
committerJeff Carr <[email protected]>2024-01-30 02:38:06 -0600
commit4f19c8b64df77d204dfd0fab462f99f4ef5009b7 (patch)
treef4da5dadc592e4bc3635e56480efbf15f68f32df /structs.go
parent50fe92a1b184a12d25fe8f65c1743d6189498501 (diff)
disable color works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 60243a8..ddc22c0 100644
--- a/structs.go
+++ b/structs.go
@@ -151,6 +151,11 @@ type guiWidget struct {
active bool
+ enable bool
+ defaultColor *colorT // store the color to go back to
+
+ hidden bool
+
// AtW int
// AtH int