diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
commit | 332fa27640b1901ac632e6d37a4aa9643d0f8594 (patch) | |
tree | bfb5303e24d1cd4ddd22df12f45a013fefb9ca23 /man/define_key.3x | |
parent | ff448436b2b70771d09b8d5ff34a509dcf02f81b (diff) | |
download | ncurses-ea4cc38bff50e4c8c1cf3a1b08fc761d03f9aa5d.tar.gz |
ncurses-6.3HEADncurses-6.3master
Diffstat (limited to 'man/define_key.3x')
-rw-r--r-- | man/define_key.3x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/define_key.3x b/man/define_key.3x index a8d7b47..d0dbe7f 100644 --- a/man/define_key.3x +++ b/man/define_key.3x @@ -29,14 +29,14 @@ .\" .\" Author: Thomas E. Dickey 1997 .\" -.\" $Id: define_key.3x,v 1.17 2020/02/02 23:34:34 tom Exp $ +.\" $Id: define_key.3x,v 1.18 2020/10/24 09:52:54 tom Exp $ .TH define_key 3X "" .SH NAME \fBdefine_key\fP \- define a keycode .SH SYNOPSIS \fB#include <curses.h>\fP .sp -\fBint define_key(const char *definition, int keycode);\fP +\fBint define_key(const char *\fP\fIdefinition\fP\fB, int \fP\fIkeycode\fP\fB);\fP .SH DESCRIPTION This is an extension to the curses library. It permits an application to define keycodes with their corresponding control |