summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.go b/init.go
index 7545da0..05db9fc 100644
--- a/init.go
+++ b/init.go
@@ -50,7 +50,8 @@ func init() {
me.textbox.wId = -55
me.stdout.wId = -4
- // Set(&me, "dense")
+ me.mouse.mouseUp = true
+ me.mouse.clicktime = time.Millisecond * 500
me.myTree = tree.New()
me.myTree.PluginName = "gocui"