summaryrefslogtreecommitdiff
path: root/eventMouseDrag.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 14:11:52 -0600
committerJeff Carr <[email protected]>2025-02-13 14:11:52 -0600
commitc5472a42a24ff2ec0dce44c6ea275cd2670f8524 (patch)
tree56cb3fbeb9b3c24b8a9736adb7386232c55d932e /eventMouseDrag.go
parentfa9ec36dbb05877a802ac6b5e2d358a2372f9a68 (diff)
finally starting to clean up the init() process
Diffstat (limited to 'eventMouseDrag.go')
-rw-r--r--eventMouseDrag.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/eventMouseDrag.go b/eventMouseDrag.go
index 137e421..4f4239a 100644
--- a/eventMouseDrag.go
+++ b/eventMouseDrag.go
@@ -23,8 +23,6 @@ import (
// this function uses the mouse position to highlight & unhighlight things
// this is run every time the user moves the mouse over the terminal window
func mouseMove(g *gocui.Gui) {
- me.ok = true // this tells init() it's okay to work with gocui
-
// this runs while the user moves the mouse. this highlights text
// toggle off all highlight views except for whatever is under the mouse
// START HIGHLIGHTING