X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_buffer.3x.html;h=3cde7991c60ba1ecda1104e95e3fc02a35a92564;hp=942d87ebb6d1894f1ef19dfef1f6a5d08da4be16;hb=89730563d0a660d4ddd83d28660dc23c6d3f0bed;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/form_field_buffer.3x.html b/doc/html/man/form_field_buffer.3x.html index 942d87eb..3cde7991 100644 --- a/doc/html/man/form_field_buffer.3x.html +++ b/doc/html/man/form_field_buffer.3x.html @@ -1,7 +1,8 @@ @@ -35,7 +36,7 @@ form_field_buffer 3x - + @@ -102,7 +103,7 @@

RETURN VALUE

-       The field_buffer function returns NULL on error.  It sets errno accord-
+       The field_buffer function returns NULL on error.  It sets errno accord-
        ing to their success:
 
        E_OK The routine succeeded.
@@ -117,7 +118,7 @@
        E_OK The routine succeeded.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
        E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
@@ -141,6 +142,10 @@
        These  routines emulate the System V forms library.  They were not sup-
        ported on Version 7 or BSD versions.
 
+       The  set_max_field   function   checks   for   an   ncurses   extension
+       O_INPUT_FIELD  which  allows a dynamic field to shrink if the new limit
+       is smaller than the current field size.
+
 
 

AUTHORS

        Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.