X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_variables.3x.html;h=4c407892cab8f90ceaf46607e7347ac8e8118744;hp=3b52562e441c8621b83dfe4538d32291a39c1025;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_variables.3x.html b/doc/html/man/curs_variables.3x.html index 3b52562e..4c407892 100644 --- a/doc/html/man/curs_variables.3x.html +++ b/doc/html/man/curs_variables.3x.html @@ -1,7 +1,7 @@ @@ -73,10 +73,10 @@ es(3x) manual page. Depending on the configuration, these may be actual vari- - ables, or macros (see curs_threads(3x)) which provide - read-only access to curses's state. In either case, ap- - plications should treat them as read-only to avoid confus- - ing the library. + ables, or macros (see curs_threads(3x) and + curs_opaque(3x)) which provide read-only access to curs- + es's state. In either case, applications should treat + them as read-only to avoid confusing the library. COLOR_PAIRS After initializing curses, this variable contains the num- @@ -133,7 +133,7 @@

NOTES

        The   curses   library   is   initialized   using   either
-       initscr(3x), or newterm(3x).
+       curs_initscr(3x), or curs_initscr(3x).
 
        If  curses  is  configured to use separate curses/terminfo
        libraries, most of these variables reside  in  the  curses
@@ -148,8 +148,8 @@
 
 

SEE ALSO

-       curses(3x), curs_threads(3x), term_variables(3x),  termin-
-       fo(3x), terminfo(5).
+       curses(3x),      curs_opaque(3x),       curs_terminfo(3x),
+       curs_threads(3x), term_variables(3x), terminfo(5).