diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 16:44:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 16:44:01 -0600 |
| commit | a295aa420b00e071510e7586d797cee6217f144e (patch) | |
| tree | 452cbaf266cdeb01929100af5d1c9caef35e57d7 /stdoutShow.go | |
| parent | d8353f9b1a917cb12cdc19e68d73415f1679abd8 (diff) | |
remember stdout location on restore
Diffstat (limited to 'stdoutShow.go')
| -rw-r--r-- | stdoutShow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdoutShow.go b/stdoutShow.go index b8767ac..f74bf80 100644 --- a/stdoutShow.go +++ b/stdoutShow.go @@ -179,7 +179,7 @@ func (w *guiWidget) Write(p []byte) (n int, err error) { // lets the user page up and down through the stdout buffer func (tk *guiWidget) refreshStdout() { if len(me.stdout.outputS) < me.stdout.h+me.stdout.pager { - log.Info(fmt.Sprintf("buffer too small=%d len(%d)", me.stdout.pager, len(me.stdout.outputS))) + // log.Info(fmt.Sprintf("buffer too small=%d len(%d)", me.stdout.pager, len(me.stdout.outputS))) return } |
