summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 02:40:44 -0600
committerJeff Carr <[email protected]>2025-02-06 02:40:44 -0600
commit88e9594b9304aa8be7c1b766d54bb07979201a66 (patch)
tree41f6f3d290be1fdf62b1d0d89715d6351c8abbe0 /help.go
parent3faacd6c43e451847af8143a0c58bfd95535478d (diff)
removing old crappy code finally
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 31f53d9..df18594 100644
--- a/help.go
+++ b/help.go
@@ -102,7 +102,7 @@ func setThingsOnTop() {
}
me.baseGui.SetViewOnTop("help")
- if me.outputOnTop {
+ if me.stdout.outputOnTop {
me.baseGui.SetViewOnTop("msg")
} else {
me.baseGui.SetViewOnBottom("msg")