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.
- Host: GitHub
- URL: https://github.com/seehuhn/go-ncurses
- Owner: seehuhn
- License: gpl-3.0
- Created: 2018-08-03T10:29:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T11:11:08.000Z (over 2 years ago)
- Last Synced: 2025-08-14T16:42:37.396Z (10 months ago)
- Topics: curses-library, go
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
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