]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/menu_hook.3x
ncurses 6.4 - patch 20230918
[ncurses.git] / man / menu_hook.3x
index 374b31b05693436e5daef3c5b4550abee00a19ba..a3b53d9bed25b2d9f44462efd9bc2bb4a1707c7e 100644 (file)
@@ -1,6 +1,6 @@
 '\" t
 .\"***************************************************************************
-.\" Copyright 2018-2021,2022 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1998-2007,2010 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: menu_hook.3x,v 1.19 2022/02/12 20:05:11 tom Exp $
-.TH menu_hook 3X 2022-02-12 "ncurses 6.4" "Library calls"
+.\" $Id: menu_hook.3x,v 1.24 2023/09/16 23:38:39 tom Exp $
+.TH menu_hook 3X 2023-09-16 "ncurses 6.4" "Library calls"
 .SH NAME
-\fBmenu_hook\fP \- set hooks for automatic invocation by applications
+\fBmenu_hook\fP \-
+set hooks for automatic invocation by applications
 .SH SYNOPSIS
 \fB#include <menu.h>\fP
 .sp
@@ -50,7 +51,6 @@
 \fBint set_menu_term(MENU *\fImenu\fB, Menu_Hook \fIfunc);\fR
 .br
 \fBMenu_Hook menu_term(const MENU *\fImenu);\fR
-.br
 .SH DESCRIPTION
 These functions make it possible to set hook functions to be called at various
 points in the automatic processing of input event codes by \fBmenu_driver\fP.