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 · Português

Ncurses é uma biblioteca que disponibiliza uma API para o desenvolvimento de interfaces em modo texto. Garante também uma otimização quanto às mudanças de telas, reduzindo a latência quando se utiliza acesso remoto via shells. O nome ncurses vem de "new curses", uma referência ao já descontinuado 4.4 BSD classic curses. O líder do projeto é . Ncurses faz parte do projeto GNU e é um dos poucos componentes não distribuídos sob a licença GNU GPL ou LGPL; é distribuído sob uma licença similar à MIT License.

Abstract from DBpedia / Wikipedia · CC BY-SA