summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 17:19:41 -0600
committerJeff Carr <[email protected]>2025-02-08 17:19:41 -0600
commit5a84456c7aa416ed228a809be28137802f35b6e0 (patch)
tree0cf5b698401b2e82f1a2204698624e95362638a3 /init.go
parentf8b7c603a12513c3865bb3166f11133a444b89c7 (diff)
more usability cleanups
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"