]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/form_field_info.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / form_field_info.3x.html
similarity index 87%
rename from Ada95/html/form_field_info.3x.html
rename to Ada95/html/man/form_field_info.3x.html
index 334f0588a42114176a9f01f66142e875fb74d117..a13d3adae65da8848aa8549d42118ad8269c7a10 100644 (file)
@@ -1,12 +1,12 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>form_field_info</STRONG> - retrieve field characteristics
 
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;form.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><form.h></STRONG>
        int field_info(const FIELD *field, int *rows, int *cols,
                      int *frow, int *fcol, int *nrow, int *nbuf);
        int dynamic_field_info(const FIELD *field, int *rows,  int
@@ -50,8 +50,8 @@
 
 </PRE>
 <H2>NOTES</H2><PRE>
-       The header file <STRONG>&lt;form.h&gt;</STRONG> automatically includes the header
-       file <STRONG>&lt;curses.h&gt;</STRONG>.
+       The header file <STRONG><form.h></STRONG> automatically includes the header
+       file <STRONG><curses.h></STRONG>.
 
 
 </PRE>