summaryrefslogtreecommitdiff
path: root/eventBindingsStdout.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventBindingsStdout.go')
-rw-r--r--eventBindingsStdout.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/eventBindingsStdout.go b/eventBindingsStdout.go
index 1347c5c..4feca78 100644
--- a/eventBindingsStdout.go
+++ b/eventBindingsStdout.go
@@ -12,7 +12,7 @@ import (
func theStdout(g *gocui.Gui, v *gocui.View) error {
// me.stdout.pager = 0
- infos := fmt.Sprintf("stdout moved off screen pager=%d len(%d) ", me.stdout.pager, len(me.stdout.outputS))
+ infos := fmt.Sprintf("pager=%d len(%d) ", me.stdout.pager, len(me.stdout.outputS))
infos += fmt.Sprintf("last(%d,%d)", me.stdout.lastW, me.stdout.lastH)
if me.stdout.outputOnTop {
@@ -25,7 +25,7 @@ func theStdout(g *gocui.Gui, v *gocui.View) error {
return nil
} else {
me.stdout.outputOffscreen = true
- log.Info("stdout moved on screen", infos)
+ log.Info("stdout moved on screen", infos)
}
// move the stdout window back onscreen
me.stdout.tk.relocateStdout(me.stdout.lastW, me.stdout.lastH)