From c5472a42a24ff2ec0dce44c6ea275cd2670f8524 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Feb 2025 14:11:52 -0600 Subject: finally starting to clean up the init() process --- eventMouseDrag.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'eventMouseDrag.go') 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 -- cgit v1.2.3