From 4f19c8b64df77d204dfd0fab462f99f4ef5009b7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 30 Jan 2024 02:38:06 -0600 Subject: disable color works Signed-off-by: Jeff Carr --- structs.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'structs.go') 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 -- cgit v1.2.3