X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeyok.3x.html;h=19e309db022849dfd99eeb848c377769fc72e91c;hp=b3a7425ebf6c3e709ca900a38a6dcbb27c193d42;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=8d3ea9021573747ecd129228ba7782a03243f62c diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index b3a7425e..19e309db 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,6 +1,7 @@ - - -keyok 3x - + +keyok 3X + -

keyok 3x

+

keyok 3X

-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
+       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.
+       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

@@ -76,7 +77,7 @@
 
 
 

SEE ALSO

-       define_key(3x).
+       define_key(3X).
 
 
 

AUTHOR

@@ -84,7 +85,7 @@
 
 
 
-                                                                     keyok(3x)
+                                                                     keyok(3X)