]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/form_field_opts.3x.html
ncurses 4.2
[ncurses.git] / Ada95 / html / form_field_opts.3x.html
index f92e98562b4908b8db4c488c0dd81db57c67a9cf..d1be72bc2937e119a25b2480c9c81e7e7bd21cf6 100644 (file)
        O_ACTIVE
             The field is  visited  during  processing.   If  this
             option  is  off,  the  field will not be reachable by
-            navigation keys.
+            navigation keys.  Please  notice  that  an  invisible
+            field appears to be inactive also.
 
        O_PUBLIC
-            The field contents are displayed as data is  entered.
+            The  field contents are displayed as data is entered.
 
        O_EDIT
             The field can be edited.
 
        O_WRAP
-            Words  that  don't  fit  on a line are wrapped to the
+            Words that don't fit on a line  are  wrapped  to  the
             next line.  Words are blank-separated.
 
        O_BLANK
-            The field is cleared whenever a character is  entered
+            The  field is cleared whenever a character is entered
             at the first position.
 
        O_AUTOSKIP
             Skip to the next field when this one fills
 
-       O_NULLOK
+            Allow a blank field.
+
+       O_STATIC
             Field buffers are fixed to field's original size.
 
        O_PASSOK
@@ -65,7 +68,7 @@
 
 </PRE>
 <H2>RETURN VALUE</H2><PRE>
-       Except  for  <STRONG>field_opts</STRONG>,  each  routine returns one of the
+       Except for <STRONG>field_opts</STRONG>, each routine  returns  one  of  the
        following:
 
        <STRONG>E_OK</STRONG> The routine succeeded.
 
 </PRE>
 <H2>PORTABILITY</H2><PRE>
-       These  routines  emulate the System V forms library.  They
+       These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 </PRE>
 <H2>AUTHORS</H2><PRE>
-       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
+       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
 
 
 
 
-
-
-
 
 </PRE>
 </BODY>