peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.05k stars 132 forks source link

liner not work properly in mintty (on Windows) #96

Closed filimonov closed 6 years ago

filimonov commented 6 years ago

See also: https://github.com/mintty/mintty/wiki/Tips#inputoutput-interaction-with-alien-programs

peterh commented 6 years ago

Sorry, when I said "report this against mintty" I meant go to the mintty project and report a bug there.

By the link you referenced here, this is a known issue with mintty. They suggest using winpty as a workaround for their bug. I don't know if it works, but if it doesn't, you should take this up with them.

This is not a bug in Liner.