diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
