X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_driver.3x.html;h=df2fbe819c3b35c7e16a4b4f748f3bead58acfcb;hp=b83c049950fcbdaf99288b010f302c33bcdd4519;hb=HEAD;hpb=894a177fd5228cdbe790bd1dc9435bd435c29681 diff --git a/doc/html/man/menu_driver.3x.html b/doc/html/man/menu_driver.3x.html index b83c0499..d82a7f5c 100644 --- a/doc/html/man/menu_driver.3x.html +++ b/doc/html/man/menu_driver.3x.html @@ -1,6 +1,6 @@ -menu_driver 3x 2023-10-07 ncurses 6.4 Library calls +menu_driver 3x 2024-03-16 ncurses 6.5 Library calls -

menu_driver 3x 2023-10-07 ncurses 6.4 Library calls

+

menu_driver 3x 2024-03-16 ncurses 6.5 Library calls

 menu_driver(3x)                  Library calls                 menu_driver(3x)
 
@@ -133,7 +133,7 @@
        corresponding action is performed.
 
 
-

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 window (e.g., inside the menu display
@@ -172,7 +172,7 @@
        translated into a menu 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  menu  requests  or  KEY_MOUSE,  the  drive  assumes  it  is an
        application-specific    command    and    returns    E_UNKNOWN_COMMAND.
@@ -207,15 +207,10 @@
             The menu driver could not process the request.
 
 
-

NOTES

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

PORTABILITY

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

@@ -228,7 +223,7 @@
 
 
 
-ncurses 6.4                       2023-10-07                   menu_driver(3x)
+ncurses 6.5                       2024-03-16                   menu_driver(3x)