X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeybound.3x.html;fp=doc%2Fhtml%2Fman%2Fkeybound.3x.html;h=667bdf84baa46aebe7b31da138501831b848bc6b;hp=99da0c76a0043f3c1d4ec3470aa99015135ed124;hb=a8987e73ec254703634802b4f7ee30d3a485524d;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index 99da0c76..667bdf84 100644 --- a/doc/html/man/keybound.3x.html +++ b/doc/html/man/keybound.3x.html @@ -1,7 +1,7 @@ @@ -41,6 +41,10 @@
 
+keyok(3x)                                               keyok(3x)
+
+
+
 
 

NAME

@@ -63,10 +67,12 @@
 
 

RETURN VALUE

-       The  keycode  must  be  greater  than  zero,  else NULL is
-       returned.  If it does not correspond  to  a  defined  key,
-       then  NULL is returned.  Otherwise, the function returns a
-       string, which must be freed by the caller.
+       The keycode parameter must be greater than zero, else NULL
+       is returned.  If it does not correspond to a defined  key,
+       then  NULL  is  returned.   The count parameter is used to
+       allow the application to iterate through multiple  defini-
+       tions,  counting from zero.  When successful, the function
+       returns a string which must be freed by the caller.
 
 
 
@@ -88,27 +94,7 @@ - - - - - - - - - - - - - - - - - - - - - + keyok(3x)