peterh / liner

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

Prompt does not appear in git bash #144

Closed vintingb closed 3 years ago

vintingb commented 3 years ago
jcburley commented 3 years ago

I've noticed this and seen similar problems with the Git Bash environment (which I think is actually MingW32?), such as a different Go-based line-reader library just exiting right during/after prompting, before accepting any input.

So I'm not convinced this is really a bug in liner so much as a compatibility issue in MingW32 or whatever underlies Git Bash.