diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 03:51:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 03:51:23 -0600 |
| commit | b6b5df6a18f03822e26a426bf624d1ca7ccbf354 (patch) | |
| tree | b2b7ddbae9780712fb9e79e17e39afdb0e10cc38 /stdoutShow.go | |
| parent | 13a194dca5d9c6153772d2ef4e1f5ce93f191c6d (diff) | |
forge is finally an app again. this time in the consolev0.22.17
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 24f1e66..41c7bcf 100644 --- a/stdoutShow.go +++ b/stdoutShow.go @@ -103,7 +103,7 @@ func relocateStdoutOffscreen() { return } log.CaptureMode(me.stdout.tk) - log.Log(ERROR, "setting log.CaptureMode(tk.v) in relocateStdoutOffscreen()") + // log.Log(ERROR, "setting log.CaptureMode(tk.v) in relocateStdoutOffscreen()") newW := 10 newH := 0 - me.stdout.h - 4 me.stdout.tk.relocateStdout(newW, newH) |
