X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_driver.3x.html;h=67a839c5452f58af0a28a5f6f2a5d653160b5e71;hp=b2359d6251295609787311c2a4e2de6fe7e841a0;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/form_driver.3x.html b/doc/html/man/form_driver.3x.html index b2359d62..67a839c5 100644 --- a/doc/html/man/form_driver.3x.html +++ b/doc/html/man/form_driver.3x.html @@ -1,4 +1,3 @@ - + + + form_driver 3x @@ -39,25 +41,24 @@

form_driver 3x


-
 form_driver(3x)                                         form_driver(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_driver - command-processing loop of the form system
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int form_driver(FORM *form, int c);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Once a form has been posted (displayed), you should funnel
        input events to it through form_driver.  This routine  has
        three major input cases:
@@ -258,7 +259,9 @@
        field.   If  it is one of the forms requests listed above,
        that request is executed.
 
-   MOUSE HANDLING
+
+
+

MOUSE HANDLING

        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
@@ -301,7 +304,9 @@
        could   not   be   translated   into  a  form  request  an
        E_REQUEST_DENIED is returned.
 
-   APPLICATION-DEFINED COMMANDS
+
+
+

APPLICATION-DEFINED COMMANDS

        If the second argument is neither printable nor one of the
        above  pre-defined form requests, the driver assumes it is
        an application-specific command and returns E_UNKNOWN_COM-
@@ -311,7 +316,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        form_driver returns one of the following error codes:
 
        E_OK The routine succeeded.
@@ -341,24 +346,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x), form_variables(3x), curs_getch(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        files <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -366,7 +371,22 @@
 
                                                         form_driver(3x)
 
-
-Man(1) output converted with man2html +