2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06:00
repo/extra/ncurses
2023-03-05 17:34:06 -06:00
..
files
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums ncurses: 6.4 2023-01-01 19:33:41 -06:00
README
sources *: remove VERSION markers 2023-03-02 18:00:45 +05:30
version ncurses: 6.4 2023-01-01 19:33:41 -06:00

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