X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_extend.3x.html;h=2ad268f84a12155203b68ab7318a65679db4708d;hp=224f5ade0d7b8b9c47b767dca10fceae8b60af50;hb=5dbe81a41e3c75806996cd762b9e55dcc9edb835;hpb=5c085efbe35681c3847b3ced598635f083810865 diff --git a/doc/html/man/curs_extend.3x.html b/doc/html/man/curs_extend.3x.html index 224f5ade..2ad268f8 100644 --- a/doc/html/man/curs_extend.3x.html +++ b/doc/html/man/curs_extend.3x.html @@ -1,6 +1,6 @@ @@ -62,9 +62,13 @@ These functions are extensions to the curses library which do not fit easily into other categories. + +

curses_version

        Use  curses_version() to get the version number, including
        patch level of the library, e.g., 5.0.19991023
 
+
+

use_extended_names

        The use_extended_names()  function  controls  whether  the
        calling  application  is  able to use user-defined or non-
        standard names which may be  compiled  into  the  terminfo
@@ -76,6 +80,14 @@
        implementations of curses.
 
 
+

RETURN VALUE

+       curses_version returns a pointer  to  static  memory;  you
+       should not free this in your application.
+
+       use_extended_names  returns  the  previous state, allowing
+       you to save this and restore it.
+
+
 

PORTABILITY

        These routines are specific to  ncurses.   They  were  not
        supported  on  Version 7, BSD or System V implementations.
@@ -100,7 +112,13 @@