summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go18
1 files changed, 7 insertions, 11 deletions
diff --git a/structs.go b/structs.go
index c9d6122..826682e 100644
--- a/structs.go
+++ b/structs.go
@@ -94,18 +94,14 @@ type config struct {
stretchy bool // expand things like buttons to the maximum size
margin bool // add space around the frames of windows
- // writeMutex protects locks the write process
- writeMutex sync.Mutex
+ 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?
- // used for listWidgets() debugging
- depth int
-
- // used to attempt to write to the stdout window
- fakefile *FakeFile
-
- // just a counter for curiosity.
- // counts how many mouse and keyboard events have occurred
- ecount int
+ // debugging things
+ ecount int // counts how many mouse and keyboard events have occurred
+ supermouse bool // prints out every widget found while you move the mouse around
+ depth int // used for listWidgets() debugging
}
// deprecate these