X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeyok.3x.html;h=3d255b4764386fc7779446fbca7fdf39637a10c4;hp=564bfe1f069c4a8536dc231aec60a2de527a17af;hb=HEAD;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index 564bfe1f..51ccad84 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,7 +1,7 @@ - - + -keyok 3x - - + + +keyok 3x 2024-03-16 ncurses 6.4 Library calls + + -

keyok 3x

-
+

keyok 3x 2024-03-16 ncurses 6.4 Library calls

-
-keyok(3x)                                                     keyok(3x)
+keyok(3x)                        Library calls                       keyok(3x)
 
 
 
 
-
-

NAME

-       keyok - enable or disable a keycode
+

NAME

+       keyok - enable or disable a curses keycode
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
-       int keyok(int keycode, bool enable);
+       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 re-enabled.
+

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

+       This routine is specific to ncurses.  It was 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

-       define_key(3x).
+

AUTHORS

+       Thomas Dickey
 
 
-
-

AUTHOR

-       Thomas Dickey.
+

SEE ALSO

+       define_key(3x)
 
 
 
-                                                              keyok(3x)
+ncurses 6.4                       2024-03-16                         keyok(3x)
 
-
-
-Man(1) output converted with -man2html -
+