File: index.html

package info (click to toggle)
ncurses 5.4-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 12,896 kB
  • ctags: 7,778
  • sloc: ansic: 54,752; ada: 12,869; sh: 4,359; cpp: 3,789; makefile: 2,170; awk: 627; perl: 145; sed: 38
file content (30 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">
<!--
  $Id: index.html,v 1.1 2000/03/05 18:22:05 juergen Exp $
-->
<HTML>
<HEAD>
<TITLE>Welcome to ncurses</TITLE>
<link rev=made href="mailto:bug-ncurses@gnu.org">
</HEAD>
<BODY>

<H1>Welcome to ncurses</H1>
From this index page you have access to these further documents
<UL>
<LI>The <a href="announce.html">Announcement</a> of the current version of ncurses.</LI>
<LI>An <a href="ncurses-intro.html">Introduction</a> into (n)curses programming.</LI>
<LI>A <a href="hackguide.html">hackers guide</a> to ncurses.</LI>
<LI>A description of the <a href="Ada95.html">Ada95 binding</a> to ncurses.</LI>
</UL><P>
We also have HTML versions of all the ncurses <a href="man">manpages</a>.
</BODY>
</HTML>
<!--
# The following sets edit modes for GNU EMACS
# Local Variables:
# mode:html
# case-fold-search:nil
# fill-column:70
# End:
-->