repo/extra/ncurses
Dylan Araps 5d24e809f0
ncurses: 6.3
2021-10-23 07:39:55 +03:00
..
files ncurses: reduce package to 3MB~ 2021-07-06 13:06:34 +03:00
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build ncurses: update for new env 2021-07-18 05:54:15 +03:00
checksums ncurses: 6.3 2021-10-23 07:39:55 +03:00
sources ncurses: 6.3 2021-10-23 07:39:55 +03:00
version ncurses: 6.3 2021-10-23 07:39:55 +03:00

README

ncurses
________________________________________________________________________________

ncurses (new curses) is a programming library providing an application
programming interface (API) that allows the programmer to write text-based user
interfaces in a terminal-independent manner. It is a toolkit for developing
"GUI-like" application software that runs under a terminal emulator. It also
optimizes screen changes, in order to reduce the latency experienced when using
remote shells. [0]

Upstream: https://invisible-island.net/ncurses/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b ncurses                                                            |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Ncurses