summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-02 20:00:17 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-02 20:00:17 +1100
commit399346c2eef5d4e40e9c3b5252addd3dbb5b3598 (patch)
tree4bf32d84642efafc150770b668e15b3c45d8c017
parent7a170bbccfb5464706694320041567fdf7cd5eff (diff)
disable mouse feature until its ready
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
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