X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_extend.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_extend.3x.html;h=2a482b8ffbafee098fe1481c242f59ff7a58d7b2;hp=2ad268f84a12155203b68ab7318a65679db4708d;hb=c3b21f65a2687f3894a0d3217006c23f162c893a;hpb=7af63696972b12659832a1c3413d9ace9641c8f6 diff --git a/doc/html/man/curs_extend.3x.html b/doc/html/man/curs_extend.3x.html index 2ad268f8..2a482b8f 100644 --- a/doc/html/man/curs_extend.3x.html +++ b/doc/html/man/curs_extend.3x.html @@ -27,7 +27,7 @@ * authorization. * **************************************************************************** * Author: Thomas E. Dickey 1999-on - * @Id: curs_extend.3x,v 1.20 2016/05/14 23:10:54 tom Exp @ + * @Id: curs_extend.3x,v 1.21 2016/10/15 16:52:48 tom Exp @ --> @@ -64,20 +64,20 @@

curses_version

-       Use  curses_version() to get the version number, including
+       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
-       description, i.e., via the terminfo or termcap interfaces.
-       Normally these names are  available  for  use,  since  the
-       essential  decision  is made by using the -x option of tic
-       to compile extended terminal definitions.  However you can
-       disable  this  feature  to ensure compatibility with other
-       implementations of curses.
+       The use_extended_names function controls whether the call-
+       ing application is able to use user-defined or nonstandard
+       names which may be compiled into the terminfo description,
+       i.e.,  via  the  terminfo or termcap interfaces.  Normally
+       these names are available for  use,  since  the  essential
+       decision  is made by using the -x option of tic to compile
+       extended terminal definitions.  However  you  can  disable
+       this  feature to ensure compatibility with other implemen-
+       tations of curses.
 
 
 

RETURN VALUE