From 75a5c7bf728d02bcf5accd1360c99a9c6edc0b91 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 31 Jan 2025 08:50:00 -0600 Subject: wrapping my head around this code again --- structs.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'structs.go') 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 -- cgit v1.2.3