diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 17:19:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 17:19:41 -0600 |
| commit | 5a84456c7aa416ed228a809be28137802f35b6e0 (patch) | |
| tree | 0cf5b698401b2e82f1a2204698624e95362638a3 /init.go | |
| parent | f8b7c603a12513c3865bb3166f11133a444b89c7 (diff) | |
more usability cleanups
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
