nsf / godit

A very religious text editor
MIT License
577 stars 77 forks source link

Not work in msys2 #21

Open winxxp opened 8 years ago

winxxp commented 8 years ago

github.com/nsf/termbox-go not supoort msys2 also.

Esgorhannoth commented 3 years ago

I know this is 4 years old issue, but as a workaround, you could use winpty to run godit

$ winpty godit.exe

Though I have trouble getting out of it with C-x C-c this way.