ncurses
ncurses (new curses) is a programming library providing an application programming interface (API) that allows the programmer to write text-based user interfaces (TUI) 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.
ncurses-based menuconfig | |
Developer(s) | Thomas E. Dickey, Juergen Pfeifer, Eric S Raymond, Alexander V Lukyanov, Philippe Blain, Sven Verdoolaege, Nicolas Boulenguez et al. |
---|---|
Initial release | 1993 |
Stable release | 6.4
/ 31 December 2022 |
Repository | |
Written in | C |
Operating system | POSIX |
Type | Widget toolkit |
License | X11 License |
Website | invisible-island |
ncurses is a free-software emulation of the System V Release 4.0 (SVr4) curses.
There are bindings for ncurses in a variety of programming languages, including Ada, Python, Gambas, Ruby, PHP, JavaScript, and Perl.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.