X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_opts.3x.html;h=091e223eb6bdc8cd900b03bb257a66ab569c6c89;hb=8e397cccba0aad135cb9a8a353756f4273a7cdf6;hp=7ee1424f12ee257c66ce48215c012cb2d3e4bb0c;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;p=ncurses.git diff --git a/doc/html/man/menu_opts.3x.html b/doc/html/man/menu_opts.3x.html index 7ee1424f..091e223e 100644 --- a/doc/html/man/menu_opts.3x.html +++ b/doc/html/man/menu_opts.3x.html @@ -1,7 +1,7 @@ @@ -96,6 +96,12 @@ Don't wrap around next-item and previous-item, requests to the other end of the menu. + O_MOUSE_MENU + If user clicks with the mouse and it does not fall on + the currently active menu, push KEY_MOUSE and the + MEVENT data back on the queue to allow processing in + another part of the calling program. +

RETURN VALUE

        Except for menu_opts, each routine returns one of the fol-
@@ -120,12 +126,12 @@
 
 
 

PORTABILITY

-       These routines emulate the System V  menu  library.   They
+       These  routines  emulate  the System V menu 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.