X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;h=0b400d0f6a67febb66f42f2260a5fd042f566842;hp=3879982b68888640916f71d54375d21e6086dacb;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_threads.3x.html b/doc/html/man/curs_threads.3x.html index 3879982b..0b400d0f 100644 --- a/doc/html/man/curs_threads.3x.html +++ b/doc/html/man/curs_threads.3x.html @@ -1,4 +1,3 @@ - + + + curs_threads 3x @@ -41,19 +43,18 @@

curs_threads 3x


-
 curs_threads(3x)                                       curs_threads(3x)
 
 
 
 
 
-

NAME

+

NAME

        use_screen, use_window - curses thread support
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        typedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        This  implementation can be configured to provide rudimen-
        tary support for multi-threaded applications.  This  makes
        a  different set of libraries, e.g., libncursest since the
@@ -108,7 +109,9 @@
        a  data  parameter, and returning the value from the user-
        supplied function to the application.
 
-   USAGE
+
+
+

USAGE

        All of the ncurses library functions assume that  the  lo-
        cale  is  not altered during operation.  In addition, they
        use data which is maintained within a hierarchy of scopes.
@@ -601,17 +604,17 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These functions all return TRUE or FALSE, except as noted.
 
 
 
-

NOTES

+

NOTES

        Both a macro and a function are provided for each name.
 
 
 
-

PORTABILITY

+

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 ncurses ex-
@@ -619,14 +622,27 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_opaque(3x), curs_variables(3x).
 
 
 
                                                        curs_threads(3x)
 
-
-Man(1) output converted with man2html +