diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 17:03:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 17:03:14 -0600 |
| commit | 7557486b13a39f25ac77f53cbf0571f262c52cec (patch) | |
| tree | b2712f65471d8cff685ff4e26a4b2a049bade86c /eventGocui.go | |
| parent | 4dad2345323d2a3fce03cf8ce6d78a967856a22f (diff) | |
found the code and renamed things
Diffstat (limited to 'eventGocui.go')
| -rw-r--r-- | eventGocui.go | 1 |
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 } |
