summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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