X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeybound.3x.html;h=8275428587c217f277a4ba21766287b9afaccdfe;hp=99da0c76a0043f3c1d4ec3470aa99015135ed124;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index 99da0c76..82754285 100644 --- a/doc/html/man/keybound.3x.html +++ b/doc/html/man/keybound.3x.html @@ -1,7 +1,7 @@ - + -keyok 3x +keybound 3x -

keyok 3x

+

keybound 3x


 
+keybound(3x)                                               keybound(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 @@ - - - - - - - - - - - - - - - - - - - - - + keybound(3x)