X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_extend.3x.html;h=32b507a33afe3b1dc089be0df9b2196d8b7adfce;hb=67327e4e3b2121f8273fb73ec14ef234ed01231e;hp=304f189abb88a4177d90913d58c29c5174d37912;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;p=ncurses.git diff --git a/doc/html/man/curs_extend.3x.html b/doc/html/man/curs_extend.3x.html index 304f189a..32b507a3 100644 --- a/doc/html/man/curs_extend.3x.html +++ b/doc/html/man/curs_extend.3x.html @@ -1,6 +1,6 @@ -curs_extend 3x +curs_extend 3x 2023-12-23 ncurses 6.4 Library calls -

curs_extend 3x

+

curs_extend 3x 2023-12-23 ncurses 6.4 Library calls

-curs_extend(3x)                                                curs_extend(3x)
+curs_extend(3x)                  Library calls                 curs_extend(3x)
 
 
 
 
 

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)
 
 
 
-                                                               curs_extend(3x)
+ncurses 6.4                       2023-12-23                   curs_extend(3x)