summaryrefslogtreecommitdiff
path: root/eventGocui.go
diff options
context:
space:
mode:
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
}