X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeyok.3x.html;h=2a38610408ecedebd3ad7f7c012cd99a1035620a;hp=1dbe4551dec8a6bc2c519462d48ed90bb1500454;hb=refs%2Ftags%2Fv5.6;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index 1dbe4551..2a386104 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,25 +1,68 @@ + + + +keyok 3x + + + +

keyok 3x

+
 
+keyok(3x)                                                     keyok(3x)
+
+
+
 
 

NAME

-       keyok - enable or disable a keycode
+       keyok - enable or disable a keycode
 
 
 

SYNOPSIS

-       #include <curses.h>
+       #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
+       the  keypad  function  to disable all keycodes.  Keys that
        have been disabled can be reenabled.
 
 
@@ -27,7 +70,7 @@
 

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 ERR is returned.  If the enable  parameter  is  true,
        then  the  key  must  have  been disabled, and vice versa.
        Otherwise, the function returns OK.
 
@@ -42,7 +85,7 @@
 
 

SEE ALSO

-       define_key(3x).
+       define_key(3x).
 
 
 
@@ -51,25 +94,7 @@ - - - - - - - - - - - - - - - - - - - + keyok(3x)