Jump to content

NCurses: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
No edit summary
Line 14: Line 14:
:Turkish tutorial on how to use the Terminfo database (part of nCurses)
:Turkish tutorial on how to use the Terminfo database (part of nCurses)
==Author==
==Author==
*
* Thomas E. Dickey (maintainer)
[[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]]
 
[[Category:C Libraries]][[Category:Software written in C]][[Category:Open Source Software]]

Revision as of 18:33, 25 August 2016

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: 6.0 (2015-10-10)

License

Links

Tutorials

Turkish tutorial on how to use the Terminfo database (part of nCurses)

Author

  • Thomas E. Dickey (maintainer)