Gazler / githug

Git your game on!
MIT License
6.86k stars 1.03k forks source link

stdout buffer problem in MINGW #227

Closed cocobear closed 7 years ago

cocobear commented 7 years ago

When I run githug on Windows with MINGW, if githug needs print some message on screen, it will not display until I press ENTER key. It can be resolved by add STDOUT.sync = true at the begin of the project.