X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeybound.3x.html;h=826bfaf5877a2ec58a20a02708e71d6bb1512d71;hb=0eedaa5673ff8181abe51e3a6fadca3820f90c46;hp=5d0bdb3489e200ef5ba5d08519bac0f0a25c2f65;hpb=bb55d9e3947102ec2554482d47d21402093f32e8;p=ncurses.git diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index 5d0bdb34..826bfaf5 100644 --- a/doc/html/man/keybound.3x.html +++ b/doc/html/man/keybound.3x.html @@ -28,19 +28,19 @@ * authorization. * **************************************************************************** * Author: Thomas E. Dickey 1999 - * @Id: keybound.3x,v 1.21 2023/09/16 23:38:39 tom Exp @ + * @Id: keybound.3x,v 1.27 2023/09/23 22:49:51 tom Exp @ --> -keybound 3x 2023-09-16 ncurses 6.4 Library calls +keybound 3x 2023-09-23 ncurses 6.4 Library calls -

keybound 3x 2023-09-16 ncurses 6.4 Library calls

+

keybound 3x 2023-09-23 ncurses 6.4 Library calls

 keybound(3x)                     Library calls                    keybound(3x)
 
@@ -58,35 +58,35 @@
 
 
 

DESCRIPTION

-       This  is an extension to the curses library.  It permits an application
+       This  is an extension to the curses library.  It permits an application
        to determine the string which is defined in the terminfo  for  specific
        keycodes.
 
 
 

RETURN VALUE

-       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
+       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
        function returns a string which must be freed by the caller.
 
 
 

PORTABILITY

-       This  routine  is specific to ncurses.  It was not supported on Version
+       This  routine  is specific to ncurses.  It was not supported on Version
        7, BSD or System V implementations.  It is recommended  that  any  code
-       depending on them be conditioned using NCURSES_VERSION.
+       depending on them be conditioned using NCURSES_VERSION.
 
 
 

SEE ALSO

-       define_key(3x), keyok(3x).
+       define_key(3x), keyok(3x)
 
 
 

AUTHOR

-       Thomas Dickey.
+       Thomas Dickey
 
 
 
-ncurses 6.4                       2023-09-16                      keybound(3x)
+ncurses 6.4                       2023-09-23                      keybound(3x)