diff options
| author | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
|---|---|---|
| committer | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
| commit | 8d24366492abf65793a1395619bd30c1bd5a8973 (patch) | |
| tree | c41cb4f783afedd0b601491adecf0b9748ace02d /help.go | |
| parent | 6df064282c1a912e606100f24584e10d2c1c5b24 (diff) | |
early debugging code
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
