X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_driver.3x.html;fp=doc%2Fhtml%2Fman%2Fmenu_driver.3x.html;h=8a3b348260cce56eaacde179f91a4bc7241e8dd7;hp=8481365082c49675b6e14991b967fe34e050f44b;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=5925150381bb42a4d8c7116d62c348a7b84309f3 diff --git a/doc/html/man/menu_driver.3x.html b/doc/html/man/menu_driver.3x.html index 84813650..8a3b3482 100644 --- a/doc/html/man/menu_driver.3x.html +++ b/doc/html/man/menu_driver.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: menu_driver.3x,v 1.27 2020/10/17 23:42:13 tom Exp @ + * @Id: menu_driver.3x,v 1.28 2020/12/19 21:33:37 tom Exp @ --> @@ -65,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. @@ -174,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

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

SEE ALSO

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

NOTES

@@ -217,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