summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
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")