diff options
| author | Jeff Carr <[email protected]> | 2025-01-31 08:50:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-31 13:47:45 -0600 |
| commit | 75a5c7bf728d02bcf5accd1360c99a9c6edc0b91 (patch) | |
| tree | d0c783cbeaedb2c1188951fd95fc04d1fd55d54c /structs.go | |
| parent | 11465e4043304d40a815c49adc3d829e5ba55449 (diff) | |
wrapping my head around this code again
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
