summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorYour Name <[email protected]>2024-01-01 12:00:00 -0600
committerYour Name <[email protected]>2024-01-01 12:00:00 -0600
commit8d24366492abf65793a1395619bd30c1bd5a8973 (patch)
treec41cb4f783afedd0b601491adecf0b9748ace02d /help.go
parent6df064282c1a912e606100f24584e10d2c1c5b24 (diff)
early debugging code
Diffstat (limited to 'help.go')
-rw-r--r--help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.go b/help.go
index db008a4..e37d7b5 100644
--- a/help.go
+++ b/help.go
@@ -145,7 +145,7 @@ func setThingsOnTop() {
me.baseGui.SetViewOnBottom("msg")
}
if me.stdout.startOnscreen {
- log.Info("attempting to locate stdout on screen for the first time")
+ log.Info("THIS TRIGGERS STDOUT")
me.stdout.tk.relocateStdout(me.stdout.lastW, me.stdout.lastH)
me.stdout.startOnscreen = false
}