X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;h=dd19f4337e0e1a74b761600488cc732348bd49d8;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hp=2c90da5c50380575558e6b0ef311ba72e7227715;hpb=e3d8d5a5a9425b40e09df86a597c3e971dced9d1;p=ncurses.git diff --git a/doc/html/man/curs_threads.3x.html b/doc/html/man/curs_threads.3x.html index 2c90da5c..dd19f433 100644 --- a/doc/html/man/curs_threads.3x.html +++ b/doc/html/man/curs_threads.3x.html @@ -47,13 +47,11 @@ - -

NAME

+

NAME

        curs_threads - curses thread support
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        typedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);
@@ -67,8 +65,7 @@
        *data);
 
 
-
-

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
@@ -109,8 +106,7 @@
        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.
@@ -602,26 +598,22 @@
       wvline_set              window
 
 
-
-

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-
        tensions be conditioned using NCURSES_VERSION.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_opaque(3x), curs_variables(3x).