aboutsummaryrefslogtreecommitdiff
path: root/doc/html/man/menu_driver.3x.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/man/menu_driver.3x.html')
-rw-r--r--doc/html/man/menu_driver.3x.html38
1 files changed, 17 insertions, 21 deletions
diff --git a/doc/html/man/menu_driver.3x.html b/doc/html/man/menu_driver.3x.html
index d82a7f5cedee..669aa1e86c30 100644
--- a/doc/html/man/menu_driver.3x.html
+++ b/doc/html/man/menu_driver.3x.html
@@ -1,6 +1,6 @@
<!--
****************************************************************************
- * Copyright 2018-2023,2024 Thomas E. Dickey *
+ * Copyright 2018-2024,2025 Thomas E. Dickey *
* Copyright 1998-2010,2017 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
@@ -27,25 +27,23 @@
* sale, use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************
- * @Id: menu_driver.3x,v 1.47 2024/03/16 15:35:01 tom Exp @
+ * @Id: menu_driver.3x,v 1.51 2025/10/04 20:59:08 tom Exp @
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="generator" content="Manpage converted by man2html - see https://invisible-island.net/scripts/readme.html#others_scripts">
-<TITLE>menu_driver 3x 2024-03-16 ncurses 6.5 Library calls</TITLE>
+<TITLE>menu_driver 3x 2025-10-04 ncurses 6.6 Library calls</TITLE>
<link rel="author" href="mailto:bug-ncurses@gnu.org">
</HEAD>
<BODY>
-<H1 class="no-header">menu_driver 3x 2024-03-16 ncurses 6.5 Library calls</H1>
+<H1 class="no-header">menu_driver 3x 2025-10-04 ncurses 6.6 Library calls</H1>
<PRE>
<STRONG><A HREF="menu_driver.3x.html">menu_driver(3x)</A></STRONG> Library calls <STRONG><A HREF="menu_driver.3x.html">menu_driver(3x)</A></STRONG>
-
-
</PRE><H2><a name="h2-NAME">NAME</a></H2><PRE>
<STRONG>menu_driver</STRONG> - command-processing loop of the menu system
@@ -60,15 +58,15 @@
Once a menu has been posted (displayed), you should funnel input events
to it through <STRONG>menu_driver</STRONG>. This routine has three major input cases:
- <STRONG>o</STRONG> The input is a form navigation request. Navigation request codes
- are constants defined in <STRONG>&lt;form.h&gt;</STRONG>, which are distinct from the key-
+ <STRONG>o</STRONG> The input is a menu navigation request. Navigation request codes
+ are constants defined in <EM>menu.h</EM>, which are distinct from the key-
and character codes returned by <STRONG><A HREF="curs_getch.3x.html">wgetch(3x)</A></STRONG>.
- <STRONG>o</STRONG> The input is a printable character. Printable characters (which
- must be positive, less than 256) are checked according to the
+ <STRONG>o</STRONG> The input is a printable character. Printable characters (which
+ must be positive, less than 256) are checked according to the
program's locale settings.
- <STRONG>o</STRONG> The input is the KEY_MOUSE special key associated with an mouse
+ <STRONG>o</STRONG> The input is the KEY_MOUSE special key associated with an mouse
event.
The menu driver requests are as follows:
@@ -129,13 +127,13 @@
new pattern. If there is no such match, <STRONG>menu_driver</STRONG> returns <STRONG>E_NO_MATCH</STRONG>
and deletes the appended character from the buffer.
- If the second argument is one of the above pre-defined requests, the
+ If the second argument is one of the above pre-defined requests, the
corresponding action is performed.
</PRE><H3><a name="h3-Mouse-Handling">Mouse Handling</a></H3><PRE>
- If the second argument is the KEY_MOUSE special key, the associated
- mouse event is translated into one of the above pre-defined requests.
+ 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
area or the decoration window) are handled.
@@ -165,16 +163,16 @@
should be returned. It is exactly the purpose of this return value
to signal that an application specific command should be executed.
- <STRONG>o</STRONG> If a translation into a request was done, <STRONG>menu_driver</STRONG> returns the
+ <STRONG>o</STRONG> If a translation into a request was done, <STRONG>menu_driver</STRONG> returns the
result of this request.
- If you clicked outside the user window or the mouse event could not be
+ If you clicked outside the user window or the mouse event could not be
translated into a menu request an <STRONG>E_REQUEST_DENIED</STRONG> is returned.
</PRE><H3><a name="h3-Application-defined-Commands">Application-defined Commands</a></H3><PRE>
- 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
+ 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 <STRONG>E_UNKNOWN_COMMAND</STRONG>.
Application-defined commands should be defined relative to <STRONG>MAX_COMMAND</STRONG>,
the maximum value of these pre-defined requests.
@@ -221,9 +219,7 @@
</PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
<STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="curs_getch.3x.html">getch(3x)</A></STRONG>, <STRONG><A HREF="menu.3x.html">menu(3x)</A></STRONG>
-
-
-ncurses 6.5 2024-03-16 <STRONG><A HREF="menu_driver.3x.html">menu_driver(3x)</A></STRONG>
+ncurses 6.6 2025-10-04 <STRONG><A HREF="menu_driver.3x.html">menu_driver(3x)</A></STRONG>
</PRE>
<div class="nav">
<ul>