X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeyok.3x.html;h=4949c1be265cb3ed7bd51885d7aca85573a5c66f;hp=0213a566f2d92629f8dcc2bc66014ab3cbcdc3dc;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index 0213a566..4949c1be 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,7 +1,6 @@ - + + + keyok 3x @@ -40,34 +42,33 @@

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

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 +77,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 +85,28 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        define_key(3x).
 
 
 
-

AUTHOR

+

AUTHOR

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