seehuhn / go-ncurses

A Go-wrapper for the ncurses library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ncurses

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.

Installation

This package can be installed using the go get command:

go get seehuhn.de/go/ncurses

Usage

Documentation is available via the package's online help, either on pkg.go.dev or on the command line:

godoc seehuhn.de/go/ncurses

About

A Go-wrapper for the ncurses library.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%