This Go package is a wrapper for the ncurses library. It provides access to the ncurses terminal handling library functions. To use the Go package, you need to have the ncurses library installed. This must include the header files and the shared library.
This package can be installed using the go get
command:
go get seehuhn.de/go/ncurses
Documentation is available via the package's online help, either on pkg.go.dev or on the command line:
godoc seehuhn.de/go/ncurses