summaryrefslogtreecommitdiff
path: root/eventMouse.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventMouse.go')
-rw-r--r--eventMouse.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/eventMouse.go b/eventMouse.go
index fb1a4a9..4c779cb 100644
--- a/eventMouse.go
+++ b/eventMouse.go
@@ -121,6 +121,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error {
// return nil
}
+/*
// this needs to go
// event triggers when you push down on a mouse button
func msgDown(g *gocui.Gui, v *gocui.View) error {
@@ -150,3 +151,4 @@ func msgDown(g *gocui.Gui, v *gocui.View) error {
// msgMouseDown = true
return nil
}
+*/