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=1241180ba20e01fc5746111e787e9b98bbedc97f;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/doc/html/man/curs_variables.3x.html b/doc/html/man/curs_variables.3x.html index 1241180b..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).