summaryrefslogtreecommitdiff
path: root/man/menu_driver.3x
diff options
context:
space:
mode:
Diffstat (limited to 'man/menu_driver.3x')
-rw-r--r--man/menu_driver.3x11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/menu_driver.3x b/man/menu_driver.3x
index 6a117283705f..e3baee4bb932 100644
--- a/man/menu_driver.3x
+++ b/man/menu_driver.3x
@@ -1,5 +1,5 @@
.\"***************************************************************************
-.\" 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,8 +27,8 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: menu_driver.3x,v 1.47 2024/03/16 15:35:01 tom Exp $
-.TH menu_driver 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
+.\" $Id: menu_driver.3x,v 1.51 2025/10/04 20:59:08 tom Exp $
+.TH menu_driver 3X 2025-10-04 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
.de bP
.ie n .IP \(bu 4
.el .IP \(bu 2
@@ -46,8 +46,9 @@ command-processing loop of the menu system
Once a menu has been posted (displayed), you should funnel input events to it
through \fBmenu_driver\fP. This routine has three major input cases:
.bP
-The input is a form navigation request.
-Navigation request codes are constants defined in \fB<form.h>\fP,
+The input is a menu navigation request.
+Navigation request codes are constants defined in
+.IR menu.h ","
which are distinct from the key- and character codes
returned by \fBwgetch\fP(3X).
.bP