X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeybound.3x.html;h=2f6d6584f67bfad0d8af7c71bb28201c2586f49a;hb=a47b9e53836434777854387fa6f09f2137ec2111;hp=bebbadd4405e6bbb391d03b72a65bf10c5f68fc7;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index bebbadd4..2f6d6584 100644 --- a/doc/html/man/keybound.3x.html +++ b/doc/html/man/keybound.3x.html @@ -1,6 +1,7 @@ - -keybound 3x +keybound 3x 2022-02-12 ncurses 6.4 Library calls - + -

keybound 3x

+

keybound 3x 2022-02-12 ncurses 6.4 Library calls

-keybound(3x)                                                      keybound(3x)
+keybound(3x)                     Library calls                    keybound(3x)
 
 
 
@@ -53,7 +54,7 @@
 

SYNOPSIS

        #include <curses.h>
 
-       char * keybound(int keycode, int count);
+       char * keybound(int keycode, int count);
 
 
 

DESCRIPTION

@@ -66,8 +67,8 @@
        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 definitions, counting from zero.  When successful,  the  func-
-       tion returns a string which must be freed by the caller.
+       multiple  definitions,  counting  from  zero.   When  successful,   the
+       function returns a string which must be freed by the caller.
 
 
 

PORTABILITY

@@ -85,7 +86,7 @@
 
 
 
-                                                                  keybound(3x)
+ncurses 6.4                       2022-02-12                      keybound(3x)