]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/ncurses-intro.html
ncurses 4.2
[ncurses.git] / misc / ncurses-intro.html
index 9ab848856c1e94b5373f2fafaf6e51a7292a7b1b..a2e0149206af0ed77c4c96b6668d41446efe7565 100644 (file)
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 <!--
-  $Id: ncurses-intro.html,v 1.20 1997/04/26 20:00:29 tom Exp $
+  $Id: ncurses-intro.html,v 1.23 1998/02/22 17:41:03 juergen Exp $
 -->
 <HTML>
 <HEAD>
 <TITLE>Writing Programs with NCURSES</TITLE>
-<link rev="made" href="mailto:dickey@clark.net">
+<link rev="made" href="mailto:bugs-ncurses@gnu.org">
 </HEAD>
 <BODY>
 
@@ -220,12 +220,18 @@ maintainer of the package is
 &lt;esr@snark.thyrsus.com&gt;
 wrote many of the new features in versions after 1.8.1 
 and wrote most of this introduction.
-The current primary maintainers are
+<A HREF="mailto:Juergen.Pfeifer@T-Online.de">J&uuml;rgen Pfeifer</A>
+wrote all of the menu and forms code as well as the 
+<A HREF="http://www.adahome.com">Ada95</A> binding.
+Ongoing work is being done by
 <A HREF="mailto:dickey@clark.net">Thomas Dickey</A>
-&lt;dickey@clark.net&gt;
 and
-<A HREF="mailto:Juergen.Pfeifer@T-Online.de">Juergen Pfeifer</A>.
-&lt;Juergen.Pfeifer@T-Online.de&gt;
+<A HREF="mailto:Juergen.Pfeifer@T-Online.de">J&uuml;rgen Pfeifer</A>.
+<A HREF="mailto:florian@gnu.org">Florian La Roche</A>
+acts as the maintainer for the Free Software Foundation, which holds the
+copyright on ncurses.
+Contact the current maintainers at
+<A HREF="mailto:bug-ncurses@gnu.org">bug-ncurses@gnu.org</A>.
 <P>
 
 This document also describes the <A HREF="panels">panels</A> extension library,
@@ -237,8 +243,7 @@ their visibility in the natural way (handling window overlaps). <P>
 Finally, this document describes in detail the <A HREF="#menu">menus</A> and <A
 HREF="#form">forms</A> extension libraries, also cloned from System V,
 which support easy construction and sequences of menus and fill-in
-forms. This code was contributed to the project by 
-<A HREF="mailto:Juergen.Pfeifer@T-Online.de">J&uuml;rgen Pfeifer</A>. <P>
+forms. <P>
 
 
 <H2><A NAME="terminology">Terminology</A></H2>