AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.07k stars 351 forks source link

goland debug mode display error #356

Closed linlih closed 3 years ago

linlih commented 3 years ago

The color code won't display correctly image

AlecAivazis commented 3 years ago

Im sorry to hear you are running into this. It's very surprising to hear that goland's terminal doesn't support ansi escape sequences but that seems to be the case.

I know it's not the answer you wanted but unforunately, I dont think it's something that survey can really address.