gcla / gowid

Compositional widgets for terminal user interfaces, written in Go, inspired by urwid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial 1 prints debug info on Windows

r-smith opened this issue · comments

On Windows 10, the first application in the tutorial that is supposed to print 'hello world' on the screen is instead printing a line of debug info:

time="2019-0518T22:37:17-07:00" level=info msg="Terminal was resized" event="&{{13776608856134938696 7999262101 0x69dee0} 148 30}"

Go 1.12. Windows 10.

Thanks, and Doh! I'll look into this.

Hi - I changed the app default to log to a file named after the running executable, rather than stdout.