X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefine_key.3x.html;h=28a6935650f5536c16a93dcd7c8473c91bc5cd2a;hb=a47b9e53836434777854387fa6f09f2137ec2111;hp=0bd1b710c537b6caf9d5ab4dec396cb95e42b43a;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/define_key.3x.html b/doc/html/man/define_key.3x.html index 0bd1b710..28a69356 100644 --- a/doc/html/man/define_key.3x.html +++ b/doc/html/man/define_key.3x.html @@ -1,6 +1,7 @@ - -define_key 3x +define_key 3x 2022-02-12 ncurses 6.4 Library calls - + -

define_key 3x

+

define_key 3x 2022-02-12 ncurses 6.4 Library calls

-define_key(3x)                                                  define_key(3x)
+define_key(3x)                   Library calls                  define_key(3x)
 
 
 
@@ -53,7 +54,7 @@
 

SYNOPSIS

        #include <curses.h>
 
-       int define_key(const char *definition, int keycode);
+       int define_key(const char *definition, int keycode);
 
 
 

DESCRIPTION

@@ -68,10 +69,10 @@
 
 
 

RETURN VALUE

-       The keycode must be greater than zero, and the string non-null,  other-
-       wise  ERR  is  returned.  ERR may also be returned if there is insuffi-
-       cient memory to allocate the data to store the definition.  If no error
-       is detected, OK is returned.
+       The keycode must  be  greater  than  zero,  and  the  string  non-null,
+       otherwise  ERR  is  returned.   ERR  may  also  be returned if there is
+       insufficient memory to allocate the data to store the  definition.   If
+       no error is detected, OK is returned.
 
 
 

PORTABILITY

@@ -89,7 +90,7 @@
 
 
 
-                                                                define_key(3x)
+ncurses 6.4                       2022-02-12                    define_key(3x)