summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.go b/init.go
index e290c8a..8b2a7be 100644
--- a/init.go
+++ b/init.go
@@ -52,8 +52,8 @@ func init() {
me.clock.wId = -5
me.mouse.mouseUp = true
- me.mouse.clicktime = time.Millisecond * 100
- me.mouse.doubletime = time.Millisecond * 300
+ me.mouse.clicktime = time.Millisecond * 200
+ me.mouse.doubletime = time.Millisecond * 400
me.myTree = tree.New()
me.myTree.PluginName = "gocui"