diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 08:12:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 08:12:39 -0600 |
| commit | 44264df09d6e7b44dc45417c4fbcc5fdc470580e (patch) | |
| tree | bc218c8214a5b510de45c098b94461c1fa9f29b4 /init.go | |
| parent | 0aa82f5ba56f9e393e681971115881cc185f20c8 (diff) | |
mouse click vs drag works
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ func init() { me.stdout.wId = -4 me.mouse.mouseUp = true - me.mouse.clicktime = time.Millisecond * 500 + me.mouse.clicktime = time.Millisecond * 100 me.myTree = tree.New() me.myTree.PluginName = "gocui" |
