mattn / go-tty

MIT License
211 stars 18 forks source link

Added Plan 9 support. #2

Closed driusan closed 7 years ago

driusan commented 7 years ago

This fixes build errors on Plan 9, by making a version of tty_unix which is almost exactly the same, except uses /dev/cons instead of /dev/tty and doesn't include any of the termios calls.

mattn commented 7 years ago

Wow, thanks!