summaryrefslogtreecommitdiff
path: root/eventMouseMove.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 12:42:36 -0600
committerJeff Carr <[email protected]>2025-02-07 12:42:36 -0600
commitd8353f9b1a917cb12cdc19e68d73415f1679abd8 (patch)
tree6e8a209d7759971d5d668ba9cdf2d871f9dafe5b /eventMouseMove.go
parentb6b5df6a18f03822e26a426bf624d1ca7ccbf354 (diff)
maybe stable?v0.22.18
Diffstat (limited to 'eventMouseMove.go')
-rw-r--r--eventMouseMove.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eventMouseMove.go b/eventMouseMove.go
index b73c013..eb6c2ee 100644
--- a/eventMouseMove.go
+++ b/eventMouseMove.go
@@ -23,6 +23,7 @@ import (
// this is run every time the user moves the mouse over the terminal window
func mouseMove(g *gocui.Gui) {
w, h := g.MousePosition()
+ me.ok = true // this tells init() it's okay to work with gocui
if me.supermouse {
for _, tk := range findByXY(w, h) {