X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_driver.3x.html;h=a66307f1d2fb82d9a4c2d1b22d5dc39dc7b54ec0;hp=66eb7e6adab840c6853ce1a889931f9580699b2d;hb=71c0306f0824ef2b10c4c5813fb003db48f3012e;hpb=ca276baf720e3a44721b9e18955d3f546955c6c8 diff --git a/doc/html/man/form_driver.3x.html b/doc/html/man/form_driver.3x.html index 66eb7e6a..a66307f1 100644 --- a/doc/html/man/form_driver.3x.html +++ b/doc/html/man/form_driver.3x.html @@ -1,7 +1,7 @@ @@ -262,7 +262,7 @@ If the second argument is the KEY_MOUSE special key, the associated mouse event is translated into one of the above pre-defined requests. Currently only clicks in the user - window (e.g. inside the form display area or the decora- + window (e.g., inside the form display area or the decora- tion window) are handled. If you click above the display region of the form: @@ -271,7 +271,7 @@ a REQ_PREV_PAGE is generated for a double-click and - a REQ_FIRST_FIELD is generated for a triple-click. + a REQ_FIRST_FIELD is generated for a triple-click. If you click below the display region of the form: @@ -296,18 +296,18 @@ be executed. - If a translation into a request was done, - form_driver returns the result of this request. + form_driver returns the result of this request. - If you clicked outside the user window or the mouse event - could not be translated into a form request an + If you clicked outside the user window or the mouse event + could not be translated into a form request an E_REQUEST_DENIED is returned. APPLICATION-DEFINED COMMANDS If the second argument is neither printable nor one of the - above pre-defined form requests, the driver assumes it is + above pre-defined form requests, the driver assumes it is an application-specific command and returns E_UNKNOWN_COM- MAND. Application-defined commands should be defined rel- - ative to MAX_COMMAND, the maximum value of these pre- + ative to MAX_COMMAND, the maximum value of these pre- defined requests. @@ -318,7 +318,7 @@ E_OK The routine succeeded. E_BAD_ARGUMENT - Routine detected an incorrect or out-of-range argu- + Routine detected an incorrect or out-of-range argu- ment. E_BAD_STATE @@ -354,13 +354,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.