summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 13:43:51 -0600
committerJeff Carr <[email protected]>2025-02-01 13:43:51 -0600
commite4f0524bdf5331d91c95c9cb89eb4f40138a0ab1 (patch)
treeda74a51b73f8c9949062b0a2b8965c3c917af18e /structs.go
parentebb03139bb875cef38dbaff1aaaf5a546ff1ce1a (diff)
lots of code cleanup and debugging work
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index f126dd7..57c869c 100644
--- a/structs.go
+++ b/structs.go
@@ -29,7 +29,6 @@ import (
var me config
var showDebug bool = true
-var showHelp bool = true
var redoWidgets bool = true
// This is the window that is currently active
@@ -100,6 +99,7 @@ type config struct {
writeMutex sync.Mutex // TODO: writeMutex protects locks the write process
fakefile *FakeFile // JUNK? used to attempt to write to the stdout window
dtoggle bool // is a dropdown or combobox currently active?
+ showHelp bool // toggle boolean for the help menu (deprecate?)
// debugging things
ecount int // counts how many mouse and keyboard events have occurred