X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeyok.3x.html;h=afa6514f3289e03d9e010c601e4bd5bd885050ef;hp=4664220d50d5c9b9e3dc36b96b354012e4e3de28;hb=8f6d94b8d6211a2323caef53fa4c96c475ec9a62;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index 4664220d..afa6514f 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,7 +1,6 @@ - + + + keyok 3x - + -

keyok 3x

-
+

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

-       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
-       have been disabled can be reenabled.
+

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 have been disabled can be re-enabled.
 
 
-
-

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,
-       then  the  key  must  have  been disabled, and vice versa.
-       Otherwise, the function returns OK.
+

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,  then the key must have been disabled, and
+       vice versa.  Otherwise, the function returns OK.
 
 
-
-

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-
-       ditioned using NCURSES_VERSION.
+

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 conditioned using NCURSES_VERSION.
 
 
-
-

SEE ALSO

+

SEE ALSO

        define_key(3x).
 
 
-
-

AUTHOR

+

AUTHOR

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