Jump to content

NCurses: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
Line 7: Line 7:
* Open source, originally in the [[public domain]], current version released under a functional equivalent of the [[MIT License]]
* Open source, originally in the [[public domain]], current version released under a functional equivalent of the [[MIT License]]
==Links==
==Links==
* [http://www.os2site.com/sw/dev/curses/index.html Curses directory] at the [[OS/2 site]]
* Eric S. Raymond: [http://frank.harvard.edu/~coldwell/ncurses/hackguide.html A Hacker's Guide to NCURSES] - (Outdated but still useful)


====Tutorials====
* Eric S. Raymond: [http://frank.harvard.edu/~coldwell/ncurses/hackguide.html A Hacker's Guide to NCURSES] - (Outdated but still useful)
* [[Haluk Polat]]: ''[https://web.archive.org/web/20070821175815/http://www.halukpolat.com/tr/kitaplar/terminfo/index.htm Terminfo: Verýtabani ve özellýklerý]'' - Mixed text/[[HTML]] file via [[Archive.org]] - 1998
:Turkish tutorial on how to use the Terminfo database (part of nCurses)
==Author==
==Author==
* Thomas E. Dickey (maintainer)
* Thomas E. Dickey (maintainer)


[[Category:C Libraries]][[Category:Software written in C]][[Category:Open Source Software]]
[[Category:C Libraries]][[Category:Software written in C]][[Category:Open Source Software]]

Revision as of 01:23, 10 January 2017

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

Author

  • Thomas E. Dickey (maintainer)