diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-07 20:23:07 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-07 20:23:07 +0300 |
commit | 737da0cb69fbda2560500d3004cb762856fdfa71 (patch) | |
tree | 13c96b8c67d7f1919ccf6c3bee423ec60b751aec /debian/ncurses-doc.doc-base | |
download | ncurses-737da0cb69fbda2560500d3004cb762856fdfa71.tar.gz |
ncurses (6.1+20191019-1)debian/6.1+20191019-1debian
Diffstat (limited to 'debian/ncurses-doc.doc-base')
-rw-r--r-- | debian/ncurses-doc.doc-base | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/ncurses-doc.doc-base b/debian/ncurses-doc.doc-base new file mode 100644 index 0000000..db2b3d3 --- /dev/null +++ b/debian/ncurses-doc.doc-base @@ -0,0 +1,20 @@ +Document: ncurses-doc +Title: Writing Programs with Ncurses +Author: Eric S. Raymond, Zeyd M. Ben-Halim, Thomas Dickey, Pradeep Padala +Abstract: Programmer's Guide to Ncurses + This document contains an introduction to (n)curses programming aimed + at C application programmers. The API documentation is separated + into various manpages which are also available in HTML format. + . + Also included is a guide to the library's internals for people who + would like to hack on ncurses itself. +Section: Programming + +Format: text +Files: /usr/share/doc/ncurses-doc/ncurses-intro.doc.gz + /usr/share/doc/ncurses-doc/hackguide.doc.gz + +Format: HTML +Index: /usr/share/doc/ncurses-doc/html/index.html +Files: /usr/share/doc/ncurses-doc/html/*.html + /usr/share/doc/ncurses-doc/html/man/*.html |