]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/form_hook.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / form_hook.3x.html
similarity index 87%
rename from Ada95/html/form_hook.3x.html
rename to Ada95/html/man/form_hook.3x.html
index d010b959a635f5c8e2ca3debc2ce2a22024faa96..698c07f877c6b18ce2220b3193ead98ba6dc2f8d 100644 (file)
@@ -1,5 +1,5 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>form_hook</STRONG> - set hooks for automatic invocation by applica-
        tions
@@ -7,7 +7,7 @@
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;form.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><form.h></STRONG>
        int set_field_init(FORM *form, void (*func)(FORM *));
        void (*)(FORM *) field_init(const FORM *form);
        int set_field_term(FORM *form, void (*func)(FORM *));
@@ -40,9 +40,9 @@
        any (<STRONG>NULL</STRONG> if there is no such hook).
 
        The  function  <STRONG>set_form_term</STRONG>  sets  a hook to be called at
-       form-unpost time and just before a page change change once
-       it  is  posted.   <STRONG>form_init</STRONG>  returns the current form term
-       hook, if any (<STRONG>NULL</STRONG> if there is no such hook).
+       form-unpost time and just before a page change once it  is
+       posted.   <STRONG>form_init</STRONG> returns the current form term hook, if
+       any (<STRONG>NULL</STRONG> if there is no such hook).
 
 
 </PRE>