diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 14:11:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 14:11:52 -0600 |
| commit | c5472a42a24ff2ec0dce44c6ea275cd2670f8524 (patch) | |
| tree | 56cb3fbeb9b3c24b8a9736adb7386232c55d932e /eventMouseDrag.go | |
| parent | fa9ec36dbb05877a802ac6b5e2d358a2372f9a68 (diff) | |
finally starting to clean up the init() process
Diffstat (limited to 'eventMouseDrag.go')
| -rw-r--r-- | eventMouseDrag.go | 2 |
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 |
