summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 08:50:00 -0600
committerJeff Carr <[email protected]>2025-01-31 13:47:45 -0600
commit75a5c7bf728d02bcf5accd1360c99a9c6edc0b91 (patch)
treed0c783cbeaedb2c1188951fd95fc04d1fd55d54c /structs.go
parent11465e4043304d40a815c49adc3d829e5ba55449 (diff)
wrapping my head around this code again
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c69971b..c9d6122 100644
--- a/structs.go
+++ b/structs.go
@@ -102,6 +102,10 @@ type config struct {
// 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
}
// deprecate these