termboy-go icon indicating copy to clipboard operation
termboy-go copied to clipboard

MacOS Support

Open dimiro1 opened this issue 9 years ago • 8 comments

It appears that only works on linux.

$ go get github.com/dobyrch/termboy-go
# github.com/dobyrch/termboy-go/inputoutput
In file included from ../../dobyrch/termboy-go/inputoutput/keyboard.go:4:
./keyboard.h:7:10: fatal error: 'linux/kd.h' file not found
#include <linux/kd.h>
         ^
1 error generated.

dimiro1 avatar Feb 13 '15 20:02 dimiro1