X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkey_defined.3x.html;h=df08a33d0ec9306519abe9493906a4ee0db9dc11;hp=bed9290387f3b5e2f21a2f5f5acf57b5b812f77a;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/key_defined.3x.html b/doc/html/man/key_defined.3x.html index bed92903..df08a33d 100644 --- a/doc/html/man/key_defined.3x.html +++ b/doc/html/man/key_defined.3x.html @@ -1,7 +1,6 @@ - + + + key_defined 3x @@ -40,33 +42,32 @@

key_defined 3x


-
-key_defined(3x)                                   key_defined(3x)
+key_defined(3x)                                         key_defined(3x)
 
 
 
 
 
-

NAME

-       define_key - define a keycode
+

NAME

+       key_defined - check if a keycode is defined
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int key_defined(const char *definition);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is an extension to the curses library.  It permits an
        application to determine if a string is currently bound to
        any keycode.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        If  the  string  is bound to a keycode, its value (greater
        than zero) is returned.  If no keycode is bound,  zero  is
        returned.   If  the  string  conflicts with longer strings
@@ -74,7 +75,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines are specific to  ncurses.   They  were  not
        supported  on  Version 7, BSD or System V implementations.
        It is recommended that any code depending on them be  con-
@@ -82,22 +83,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        define_key(3x).
 
 
 
-

AUTHOR

+

AUTHOR

        Thomas Dickey.
 
 
 
-                                                  key_defined(3x)
+                                                        key_defined(3x)
 
-
-
-Man(1) output converted with -man2html -
+