X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=Ada95%2Fhtml%2Fform_field_opts.3x.html;fp=Ada95%2Fhtml%2Fform_field_opts.3x.html;h=d1be72bc2937e119a25b2480c9c81e7e7bd21cf6;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hp=f92e98562b4908b8db4c488c0dd81db57c67a9cf;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c;p=ncurses.git diff --git a/Ada95/html/form_field_opts.3x.html b/Ada95/html/form_field_opts.3x.html index f92e9856..d1be72bc 100644 --- a/Ada95/html/form_field_opts.3x.html +++ b/Ada95/html/form_field_opts.3x.html @@ -37,26 +37,29 @@ 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 @@

RETURN VALUE

-       Except  for  field_opts,  each  routine returns one of the
+       Except for field_opts, each routine  returns  one  of  the
        following:
 
        E_OK The routine succeeded.
@@ -88,13 +91,13 @@
 
 

PORTABILITY

-       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.
 
 
 

AUTHORS

-       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
+       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
 
@@ -113,9 +116,6 @@
 
 
 
-
-
-