summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.go b/init.go
index a243fd2..3964ce0 100644
--- a/init.go
+++ b/init.go
@@ -52,6 +52,7 @@ func init() {
me.mouse.mouseUp = true
me.mouse.clicktime = time.Millisecond * 100
+ me.mouse.doubletime = time.Millisecond * 300
me.myTree = tree.New()
me.myTree.PluginName = "gocui"