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

Switch to golang.org/x/term package instead of managing syscalls #377

Open mislav opened 2 years ago

mislav commented 2 years ago

Improves portability of Survey while at the same time leaves us with less code to maintain.

TODO: