]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/form_field_buffer.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / form_field_buffer.3x.html
similarity index 88%
rename from Ada95/html/form_field_buffer.3x.html
rename to Ada95/html/man/form_field_buffer.3x.html
index 5fca73722037b802f626ac492ef5ef81a568e10c..5586ab10909588e28d83854590a3c39c482cfa23 100644 (file)
@@ -1,12 +1,12 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>form_field_buffer</STRONG> - field buffer control
 
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;form.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><form.h></STRONG>
        int  set_field_buffer(FIELD  *field,  int  buf, const char
        *value);
        char *field_buffer(const FIELD *field, int buffer);
@@ -23,7 +23,7 @@
        may be allocated by applications through the <STRONG>nbuf</STRONG> argument
        of (see <STRONG><A HREF="form_field_new.3x.html">form_field_new(3X)</A></STRONG>) but are not manipulated by the
        forms  library.   The  function  <STRONG>field_buffer</STRONG>  returns the
-       foreground attribute.
+       address of the buffer.
 
        The function <STRONG>set_field_status</STRONG> sets the  associated  status
        flag  of  <EM>field</EM>; <STRONG>field_status</STRONG> gets the current value.  The
@@ -61,8 +61,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>.
        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.