summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 08:07:03 -0600
committerJeff Carr <[email protected]>2025-02-08 08:07:03 -0600
commit0aa82f5ba56f9e393e681971115881cc185f20c8 (patch)
tree74c5e8276da5e4fe29ea682c44a1f0f6aefca3df /init.go
parent83b4d7142a32230e5f037758ebe0f8f279fed7f5 (diff)
trying to delay on mouse drag
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.go b/init.go
index 7545da0..05db9fc 100644
--- a/init.go
+++ b/init.go
@@ -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"