X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeyok.3x.html;h=31cbab8d808bc92d2fcc903086f636419fefa61b;hp=564bfe1f069c4a8536dc231aec60a2de527a17af;hb=a0b91dc27f0c411e343161b0a4b5459d15a43f85;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index 564bfe1f..31cbab8d 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,4 +1,3 @@ - + + + keyok 3x -

keyok 3x

-
+

keyok 3x

-
 keyok(3x)                                                     keyok(3x)
 
 
 
 
 
-

NAME

+

NAME

        keyok - enable or disable a keycode
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int keyok(int keycode, bool enable);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This is an extension to the curses library.  It permits an
        application to disable specific keycodes, rather than  use
        the  keypad  function  to disable all keycodes.  Keys that
@@ -67,7 +67,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The keycode  must  be  greater  than  zero,  else  ERR  is
        returned.   If  it  does  not correspond to a defined key,
        then ERR is returned.  If the enable  parameter  is  true,
@@ -76,7 +76,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-
@@ -84,22 +84,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        define_key(3x).
 
 
 
-

AUTHOR

+

AUTHOR

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