X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_extend.3x.html;h=f3d396ec3ca430cc16f52f026c241d6138a7e135;hb=HEAD;hp=2962421115a5baa58cf2a828782b048cbfbcc74e;hpb=d79ff7b4d5f5ac63e7d9d7e76706d95a1ddb243c;p=ncurses.git diff --git a/doc/html/man/curs_extend.3x.html b/doc/html/man/curs_extend.3x.html index 29624211..e8b3a468 100644 --- a/doc/html/man/curs_extend.3x.html +++ b/doc/html/man/curs_extend.3x.html @@ -1,6 +1,6 @@ -curs_extend 3x 2023-07-01 ncurses 6.4 Library calls +curs_extend 3x 2024-03-16 ncurses 6.5 Library calls -

curs_extend 3x 2023-07-01 ncurses 6.4 Library calls

+

curs_extend 3x 2024-03-16 ncurses 6.5 Library calls

 curs_extend(3x)                  Library calls                 curs_extend(3x)
 
@@ -48,7 +48,7 @@
 
 
 

NAME

-       curses_version, use_extended_names - miscellaneous curses extensions
+       curses_version, use_extended_names - miscellaneous curses extensions
 
 
 

SYNOPSIS

@@ -88,24 +88,28 @@
        this and restore it.
 
 
+

EXTENSIONS

+       These  functions  are ncurses(3x) extensions, and are not found in SVr4
+       curses, 4.4BSD curses, or any other previous curses implementation.
+
+
 

PORTABILITY

-       These  routines  are  specific  to ncurses.  They were not supported on
-       Version 7, BSD or System V implementations.  It is recommended that any
-       code depending on them be conditioned using NCURSES_VERSION.
+       Applications employing ncurses extensions should condition their use on
+       the visibility of the NCURSES_VERSION preprocessor macro.
+
+
+

AUTHORS

+       Thomas Dickey.
 
 
 

SEE ALSO

        curs_getch(3x),    curs_mouse(3x),    curs_print(3x),    curs_util(3x),
        default_colors(3x),    define_key(3x),     keybound(3x),     keyok(3x),
-       resizeterm(3x), wresize(3x).
-
-
-

AUTHOR

-       Thomas Dickey.
+       resizeterm(3x), wresize(3x)
 
 
 
-ncurses 6.4                       2023-07-01                   curs_extend(3x)
+ncurses 6.5                       2024-03-16                   curs_extend(3x)