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

Fix build on Solaris/illumos. #372

Open jperkin opened 2 years ago

jperkin commented 2 years ago

Fill in the missing ioctlReadTermios/ioctlWriteTermios, and switch to syscall.Syscall as Syscall6 is not available. Probably makes this work on AIX too as a bonus.

jperkin commented 2 years ago

Yeh that sounds great, happy to test that out once it's merged.

jperkin commented 1 year ago

Hi, any update on this? It's a bit of a pain having to merge these changes every time influxdb switches to a different version of survey. Thanks!