X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_driver.3x.html;h=8a3b348260cce56eaacde179f91a4bc7241e8dd7;hp=5a35438e006a2ddd9cb8946f84737af9ad3bfa91;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/menu_driver.3x.html b/doc/html/man/menu_driver.3x.html index 5a35438e..8a3b3482 100644 --- a/doc/html/man/menu_driver.3x.html +++ b/doc/html/man/menu_driver.3x.html @@ -1,6 +1,7 @@ @@ -51,7 +52,8 @@

SYNOPSIS

        #include <menu.h>
-       int menu_driver(MENU *menu, int c);
+
+       int menu_driver(MENU *menu, int c);
 
 
 

DESCRIPTION

@@ -63,8 +65,8 @@
            and character codes returned by wgetch(3x).
 
        o   The input is a printable character.   Printable  characters  (which
-           must  be positive, less than 256) are checked according to the pro-
-           gram's locale settings.
+           must  be  positive,  less  than  256)  are checked according to the
+           program's locale settings.
 
        o   The input is the KEY_MOUSE special key  associated  with  an  mouse
            event.
@@ -172,10 +174,10 @@
 
 

APPLICATION-DEFINED COMMANDS

        If the second argument is neither printable nor one of the  above  pre-
-       defined menu requests or KEY_MOUSE, the drive assumes it is an applica-
-       tion-specific  command  and  returns  E_UNKNOWN_COMMAND.   Application-
-       defined commands should be defined relative to MAX_COMMAND, the maximum
-       value of these pre-defined requests.
+       defined  menu  requests  or  KEY_MOUSE,  the  drive  assumes  it  is an
+       application-specific    command    and    returns    E_UNKNOWN_COMMAND.
+       Application-defined commands should be defined relative to MAX_COMMAND,
+       the maximum value of these pre-defined requests.
 
 
 

RETURN VALUE

@@ -206,7 +208,7 @@
 
 
 

SEE ALSO

-       curses(3x), menu(3x), getch(3x).
+       curses(3x), getch(3x), menu(3x).
 
 
 

NOTES

@@ -215,9 +217,9 @@
 
 
 

PORTABILITY

-       These  routines  emulate the System V menu library.  They were not sup-
-       ported on Version 7 or BSD versions.  The support for mouse  events  is
-       ncurses specific.
+       These  routines  emulate  the  System  V  menu  library.  They were not
+       supported on Version 7 or BSD versions.  The support for  mouse  events
+       is ncurses specific.
 
 
 

AUTHORS