]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/key_defined.3x
ncurses 6.4 - patch 20231028
[ncurses.git] / man / key_defined.3x
index 1fa66c4d193c66492fe3f16b0ff8045a1e13c635..f1b63d7f6c9c8386d717da718fbfa6643174bb66 100644 (file)
 .\"
 .\" Author: Thomas E. Dickey 2003
 .\"
-.\" $Id: key_defined.3x,v 1.26 2023/09/23 22:49:51 tom Exp $
-.TH key_defined 3X 2023-09-23 "ncurses 6.4" "Library calls"
+.\" $Id: key_defined.3x,v 1.29 2023/10/07 21:19:07 tom Exp $
+.TH key_defined 3X 2023-10-07 "ncurses 6.4" "Library calls"
 .SH NAME
 \fB\%key_defined\fP \-
 test whether a \fIcurses\fR keycode is defined
 .SH SYNOPSIS
-\fB#include <curses.h>\fP
+.nf
+\fB#include <curses.h>
 .PP
-\fBint key_defined(const char *\fIdefinition\fB);\fR
+\fBint key_defined(const char *\fIdefinition\fP);
+.fi
 .SH DESCRIPTION
 This is an extension to the \fIcurses\fP library.
 It permits an application to determine if a string is currently bound
@@ -53,7 +55,7 @@ It was not supported on
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
-.SH SEE ALSO
-\fB\%define_key\fP(3X)
 .SH AUTHOR
 Thomas Dickey
+.SH SEE ALSO
+\fB\%define_key\fP(3X)