AlecAivazis / survey

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

OpenBSD removed syscall() calls, use proper ioctl()s instead #499

Open bsdmp opened 2 months ago

bsdmp commented 2 months ago

survey library is broken on OpenBSD because it had removed syscall() interface, can the library switch to ioctls instead?