From 6df064282c1a912e606100f24584e10d2c1c5b24 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Feb 2025 17:31:32 -0600 Subject: attempting to force the "Running..." box in the corner --- eventMouseClick.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eventMouseClick.go') diff --git a/eventMouseClick.go b/eventMouseClick.go index b250858..ed560a7 100644 --- a/eventMouseClick.go +++ b/eventMouseClick.go @@ -81,7 +81,7 @@ func doMouseClick(w int, h int) { tk.showDropdown() return case widget.Textbox: - tk.showTextbox() + tk.prepTextbox() return default: // TODO: enable the GUI debugger in gocui -- cgit v1.2.3