diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 04:15:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 04:15:36 -0600 |
| commit | d3b25092f89c86c8448f4bd088cdd128b9e28e2c (patch) | |
| tree | 3febca5a61e17f49cc533cd0f89d399d8d0e4fbd /stdoutShow.go | |
| parent | 96cb52f3efdf16d966a7913db1cd4c9800da049f (diff) | |
resize stdout window works
Diffstat (limited to 'stdoutShow.go')
| -rw-r--r-- | stdoutShow.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdoutShow.go b/stdoutShow.go index 752f0ed..6d36861 100644 --- a/stdoutShow.go +++ b/stdoutShow.go @@ -99,6 +99,8 @@ func relocateStdoutOffscreen() { if me.stdout.tk == nil { return } + log.CaptureMode(me.stdout.tk) + log.Log(ERROR, "setting log.CaptureMode(tk.v) in relocateStdoutOffscreen()") newW := 10 newH := 0 - me.stdout.h - 4 me.stdout.tk.relocateStdout(newW, newH) |
