summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-11 13:55:17 -0600
committerJeff Carr <[email protected]>2025-02-11 13:55:17 -0600
commita575a08bccc666c776cfb5192528249039dcfbed (patch)
tree799a86cbe7494fb02ed0f3e4f8411d607bb43314
parent57e5ff22dcd1c63f79c308da0630d8aee448b137 (diff)
disable me.textbox() output
-rw-r--r--plugin.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.go b/plugin.go
index 75f0635..c0d661f 100644
--- a/plugin.go
+++ b/plugin.go
@@ -234,9 +234,9 @@ func (tk *guiWidget) Disable() {
r.h1 = r.h0 + 2
me.textbox.tk.forceSizes(r)
me.textbox.tk.Show() // actually makes the gocui view. TODO: redo this
- log.Info("textbox should be shown")
+ // log.Info("textbox should be shown")
// showTextbox("Running...")
- me.textbox.tk.dumpWidget("shown?")
+ // me.textbox.tk.dumpWidget("shown?")
me.textbox.tk.setColorModal()
me.textbox.tk.v.Clear()