Difference between revisions of "Ncurses"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Ncurses |Short description=Displays and updates text on text-only terminals |Full description=The ncurses (new curses) library is a free software emulation of curse...")
 
(ncurses-6.3)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Ncurses
 
|Name=Ncurses
|Short description=Displays and updates text on text-only terminals
+
|Short description=Displays and updates text on text-only terminals.
 
|Full description=The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0 and more. It uses terminfo format, supports pads and color and multiple highlights and forms charcters and function-key mapping, and has all the other SYSV-curses enhancements over BSD curses. It should port easily to any ANSI/POSIX-conforming UNIX-like system. On systems supporting libiconv, the library can be built to support wide- and multibyte-character applications, e.g., UTF-8. The distribution includes the library and support utilities, including a terminfo compiler tic, a decompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo.
 
|Full description=The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0 and more. It uses terminfo format, supports pads and color and multiple highlights and forms charcters and function-key mapping, and has all the other SYSV-curses enhancements over BSD curses. It should port easily to any ANSI/POSIX-conforming UNIX-like system. On systems supporting libiconv, the library can be built to support wide- and multibyte-character applications, e.g., UTF-8. The distribution includes the library and support utilities, including a terminfo compiler tic, a decompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo.
 +
|Homepage URL=https://invisible-island.net/ncurses/
 +
|Version download=https://ftp.gnu.org/gnu/ncurses/ncurses-6.3.tar.gz
 +
|Is High Priority Project=No
 +
|Documentation note=https://invisible-island.net/ncurses/ncurses.faq.html
 +
 +
https://invisible-island.net/ncurses/man/index.html
 +
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,Screen,Lynx,Termutils,HexCurse,guile-ncurses,tack
 +
|Keywords=command line,text,library,development,text mode,curses,tic,infocmp,clear,tput,tset,captoinfo
 +
|Version identifier=6.2
 +
|Version date=2020/02/12
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2020/02/16
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=none
 
|User level=none
|Submitted by=Database conversion
+
|Component programs=tack
|Submitted date=2011-04-01
+
|Paid support=https://www.fsf.org/resources/service/
|Version identifier=5.5
+
|Accepts cryptocurrency donations=Yes
|Version date=2004-10-12
+
|OpenPGP signature=https://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz.sig
|Version status=stable
+
|Test entry=No
|Version download=http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.5.tar.gz
+
|Is GNU=Yes
|License verified date=2001-01-31
+
|GNU package identifier=ncurses
|Version comment=5.5 stable released 2004-10-12
+
}}
 +
{{Project license
 +
|License=X11
 +
|License copyright=Copyright 2018-2019,2020 Thomas E. Dickey
 +
Copyright 1998-2017,2018 Free Software Foundation, Inc.
 +
|License verified by=Genium
 +
|License verified date=2020-02-16
 
}}
 
}}
 
{{Software category
 
{{Software category
|Interface=command-line,library
+
|Interface=command-line, library
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|Use=library
 
}}
 
}}
{{Project license
+
{{EntryGNU
|License=X11
+
|Is GNU=Yes
|License verified by=Janet Casey
+
|GNU package identifier=ncurses
|License verified date=2001-01-31
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=awk
+
|Prerequisite description=[[awk]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=sed
+
|Prerequisite description=[[sed]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=make
+
|Prerequisite description=[[make]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 41: Line 81:
 
|Prerequisite description=Ada95 compiler
 
|Prerequisite description=Ada95 compiler
 
}}
 
}}
 +
{{Person
 +
|Real name=Thomas Dickey
 +
|Role=Maintainer
 +
|Email=dickey@invisible-island.net
 +
}}
 +
{{Resource
 +
|Resource audience=Programmer
 +
|Resource kind=Homepage
 +
|Resource URL=https://invisible-island.net/ncurses/
 +
}}
 +
{{Resource
 +
|Resource audience=Programmer
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-ncurses/
 +
}}
 +
{{Resource
 +
|Resource audience=End-user
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-ncurses/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/ncurses/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftpmirror.gnu.org/ncurses/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=ftp://ftp.invisible-island.net/ncurses/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/projects/ncurses/
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q310974
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/ncurses
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://github.com/ThomasDickey/ncurses-snapshots.git
 +
|Computer languages=C
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=6.3
 +
|Version date=2021-10-21
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2021-11-09
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/ncurses/ncurses-6.3.tar.gz.sig
 +
|Test entry=No
 +
}}
 +
{{Featured}}

Latest revision as of 14:33, 9 November 2021


[edit]

Ncurses

https://invisible-island.net/ncurses/
Displays and updates text on text-only terminals.

The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0 and more. It uses terminfo format, supports pads and color and multiple highlights and forms charcters and function-key mapping, and has all the other SYSV-curses enhancements over BSD curses. It should port easily to any ANSI/POSIX-conforming UNIX-like system. On systems supporting libiconv, the library can be built to support wide- and multibyte-character applications, e.g., UTF-8. The distribution includes the library and support utilities, including a terminfo compiler tic, a decompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo.





Licensing

License

Verified by

Verified on

Notes

License

X11

Verified by

Genium

Verified on

16 February 2020




Leaders and contributors

Contact(s)Role
Thomas Dickey Maintainer


Resources and communication

AudienceResource typeURI
ProgrammerMailing Listhttps://lists.gnu.org/mailman/listinfo/bug-ncurses/
End-userMailing Listhttps://lists.gnu.org/mailman/listinfo/help-ncurses/
FTPDownloadftp://ftp.invisible-island.net/ncurses/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
DebianDeveloperhttps://tracker.debian.org/pkg/ncurses
FTPDownloadhttps://ftpmirror.gnu.org/ncurses/
SavannahDeveloperhttps://savannah.gnu.org/projects/ncurses/
SavannahGeneralhttps://savannah.gnu.org/projects/ncurses/
ProgrammerHomepagehttps://invisible-island.net/ncurses/
WikidataGeneralhttps://www.wikidata.org/wiki/Q310974


Software prerequisites

KindDescription
Weak prerequisiteC++ compiler
Required to buildawk
Required to buildsed
Required to buildmake
Weak prerequisiteAda95 compiler

This entry (in part or in whole) was last reviewed on 9 November 2021.




Entry


















"Programmer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Programmer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"End-user" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.