diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 08:36:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 08:36:08 -0600 |
| commit | 078a23e0e080b9eca82c8ef9a582675d81e2f30f (patch) | |
| tree | afec9f8a18030e6521e4f77bc506dcdc2949c9d5 /init.go | |
| parent | 44264df09d6e7b44dc45417c4fbcc5fdc470580e (diff) | |
detect double click
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
