X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeybound.3x.html;h=5b54466bd9008998398bfedbf1795abd39a9e675;hb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218;hp=99da0c76a0043f3c1d4ec3470aa99015135ed124;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;p=ncurses.git diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index 99da0c76..5b54466b 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)