From a575a08bccc666c776cfb5192528249039dcfbed Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 11 Feb 2025 13:55:17 -0600 Subject: [PATCH] disable me.textbox() output --- plugin.go | 4 ++-- 1 file 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()