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

Clarify explanation of Ctrl-C #373

Closed adonovan closed 2 years ago

adonovan commented 2 years ago

The user doesn't deliver SIGINT: the terminal does.

AlecAivazis commented 2 years ago

Much more clear! Thanks for updating this