From 399346c2eef5d4e40e9c3b5252addd3dbb5b3598 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 2 Mar 2019 20:00:17 +1100 Subject: [PATCH] disable mouse feature until its ready --- pkg/gui/gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index b3b219153..c82986ee5 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -554,7 +554,7 @@ func (gui *Gui) Run() error { } defer g.Close() - g.Mouse = true + // g.Mouse = true // disabling until this feature is ready gui.g = g // TODO: always use gui.g rather than passing g around everywhere