AlecAivazis / survey

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

v2: #219 regression: shows "space to select" for survey.Select #232

Closed ahmetb closed 5 years ago

ahmetb commented 5 years ago

Just upgraded to v2 and it looks like what we fixed in #219 has regressed.

I now see the space to select message again in survey.Select mode.

image

AlecAivazis commented 5 years ago

Gah!! another nice catch. Not sure how that snuck back... I'm opening a PR now with this and the other fixes