Skip to content
EntityQ310974· pop 22· linked from 90 articles

Also known as new curses, libncurses

ncurses (new curses) is a programming library for creating textual user interfaces (TUIs) that work across a wide variety of terminals. It is written in a way that attempts to optimize the commands that are sent to the terminal, to reduce the latency experienced when updating the displayed content.

Key facts

Software.name
ncurses
Software.screenshot
Linux-menuconfig.png
Software.caption
ncurses-based menuconfig
Software.developer
Thomas E. Dickey, Juergen Pfeifer, Eric S. Raymond, Alexander V Lukyanov, Philippe Blain, Sven Verdoolaege, Nicolas Boulenguez et al.
Software.programming language
C
Software.operating system
POSIX
Software.genre
Widget toolkit
Software.license
X11

via Wikipedia infobox

Article · Italiano

Ncurses (new curses) è una libreria di funzioni software che gestisce il display di un'applicazione su un terminale a caratteri. Essa fornisce un'API, che supporta funzionalità grafiche e l'utilizzo del mouse su un terminale a caratteri in modo indipendente dalle caratteristiche del terminale stesso. La libreria ncurses rappresenta un'implementazione libera della precedente libreria per SVr4 (UNIX System V Rel. 4 di AT&T) della quale include ed estende le capacità. Il codice originariamente scritto da Pavel Curtis, sviluppato da Zeyd Ben-Halim, Eric S. Raymond, e successivamente da Thomas Dickey e Jurgen Pfeifer, Alexander V Lukyanov, Philippe Blain, Sven Verdoolaege, è manutenuto dal progetto GNU e distribuito con licenza MIT.

Abstract from DBpedia / Wikipedia · CC BY-SA