summaryrefslogtreecommitdiff
path: root/eventGocui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 17:03:14 -0600
committerJeff Carr <[email protected]>2025-02-01 17:03:14 -0600
commit7557486b13a39f25ac77f53cbf0571f262c52cec (patch)
treeb2712f65471d8cff685ff4e26a4b2a049bade86c /eventGocui.go
parent4dad2345323d2a3fce03cf8ce6d78a967856a22f (diff)
found the code and renamed things
Diffstat (limited to 'eventGocui.go')
-rw-r--r--eventGocui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eventGocui.go b/eventGocui.go
index 2ce9f94..2708ca1 100644
--- a/eventGocui.go
+++ b/eventGocui.go
@@ -22,6 +22,7 @@ import (
// complicated console handling, it sends events here in a clean way.
// This is equivalent to the linux command xev (apt install x11-utils)
func gocuiEvent(g *gocui.Gui) error {
+ me.ecount += 1
mouseMove(g)
return nil
}