gizak / termui

Golang terminal dashboard
MIT License
13.11k stars 786 forks source link

Paragraph example can not run under msys2 environment #162

Open dlintw opened 7 years ago

dlintw commented 7 years ago

I build my windows code on msys2.

I found this sample can not run on the msys bash console. https://github.com/gizak/termui/blob/master/_example/par.go

But, If I use "go build" to generate exe file, it could work under CMD.exe enviornment.