diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 13:43:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 13:43:51 -0600 |
| commit | e4f0524bdf5331d91c95c9cb89eb4f40138a0ab1 (patch) | |
| tree | da74a51b73f8c9949062b0a2b8965c3c917af18e /structs.go | |
| parent | ebb03139bb875cef38dbaff1aaaf5a546ff1ce1a (diff) | |
lots of code cleanup and debugging work
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 |
