From 44264df09d6e7b44dc45417c4fbcc5fdc470580e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 08:12:39 -0600 Subject: mouse click vs drag works --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.go') diff --git a/init.go b/init.go index 05db9fc..a243fd2 100644 --- a/init.go +++ b/init.go @@ -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" -- cgit v1.2.3