diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 08:07:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 08:07:03 -0600 |
| commit | 0aa82f5ba56f9e393e681971115881cc185f20c8 (patch) | |
| tree | 74c5e8276da5e4fe29ea682c44a1f0f6aefca3df /init.go | |
| parent | 83b4d7142a32230e5f037758ebe0f8f279fed7f5 (diff) | |
trying to delay on mouse drag
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,7 +50,8 @@ func init() { me.textbox.wId = -55 me.stdout.wId = -4 - // Set(&me, "dense") + me.mouse.mouseUp = true + me.mouse.clicktime = time.Millisecond * 500 me.myTree = tree.New() me.myTree.PluginName = "gocui" |
