gizak / termui

Golang terminal dashboard
MIT License
13.06k stars 783 forks source link

No visible in mingw bash #295

Closed monkeyWie closed 3 years ago

monkeyWie commented 3 years ago

Hello, I try to run example in windows mingw bash terminal, but it doesn't seem to work.

image

Reeceeboii commented 3 years ago

Try start go run cmd/bar/main.go

Also as an aside, if you want to use Bash on Windows, I highly recommend WSL with the Windows Terminal over Git Bash. PowerShell would also suffice. I think this is an issue with the actual Git Bash terminal emulator as opposed to Bash itself.