NCurses: Difference between revisions
Appearance
Created page with "An open source version of the curses programming library, unlike PD Curses the nCursees package requires a database of teminal specifications, which is a part of separ..." |
No edit summary |
||
Line 1: | Line 1: | ||
An open source version of the [[curses]] programming library, unlike [[PD Curses]] the nCursees package requires a database of | An open source multi-platform version of the [[curses]] programming library also known as '''GNU Curses''', unlike [[PD Curses]] the nCursees package requires a database of terminal specifications, which is a part of separate package called '''terminfo''', and the library also has one or two system independent extensions/utility packages that you can use with it. nCurses is in general the more popular choice in UNIX environments while PD Curses is more popular with other systems since has better support in Windows, OS/2 and similar systems in addition to slightly better performance and lack of licensing issues, but code is in general portable between the two systems. | ||
==Version== | ==Version== | ||
Line 8: | Line 8: | ||
==Links== | ==Links== | ||
* [http://www.os2site.com/sw/dev/curses/index.html Curses directory] at the [[OS/2 site]] | * [http://www.os2site.com/sw/dev/curses/index.html Curses directory] at the [[OS/2 site]] | ||
==Author== | |||
* | |||
[[Category:Tools]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Linux Tools]][[Category:BSD Tools]][[Category:AIX Tools]][[Category:Minix Tools]][[Category:HPUX Tools]][[Category:Solaris Tools]][[Category:Generic Unix Tools]][[Category:Software written in C]][[Category:C]][[Category:X11]][[Category:SDL]][[Category:Open Source Software]][[Category:Plan 9 Tools]][[Category:Amiga Tools]] |
Revision as of 05:27, 13 February 2015
An open source multi-platform version of the curses programming library also known as GNU Curses, unlike PD Curses the nCursees package requires a database of terminal specifications, which is a part of separate package called terminfo, and the library also has one or two system independent extensions/utility packages that you can use with it. nCurses is in general the more popular choice in UNIX environments while PD Curses is more popular with other systems since has better support in Windows, OS/2 and similar systems in addition to slightly better performance and lack of licensing issues, but code is in general portable between the two systems.
Version
- Last known version: 5.9
License
- Open source, originally in the public domain, current version
Links
- Curses directory at the OS/2 site