An open API service indexing awesome lists of open source software.

https://github.com/seehuhn/go-ncurses

A Go-wrapper for the ncurses library.
https://github.com/seehuhn/go-ncurses

curses-library go

Last synced: 5 months ago
JSON representation

A Go-wrapper for the ncurses library.

Awesome Lists containing this project

README

          

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

.. _pkg.go.dev: https://pkg.go.dev/seehuhn.de/go/ncurses