X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;h=ff22ba6e98f0e026eae19a52c7787b7eefaf021b;hp=90f61509db0b06611e306bbcb25ddeb66a2ff11d;hb=a0b91dc27f0c411e343161b0a4b5459d15a43f85;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/curs_threads.3x.html b/doc/html/man/curs_threads.3x.html index 90f61509..ff22ba6e 100644 --- a/doc/html/man/curs_threads.3x.html +++ b/doc/html/man/curs_threads.3x.html @@ -1,7 +1,6 @@ - + + + curs_threads 3x -

curs_threads 3x

-
+

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 +68,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 +108,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.
@@ -552,6 +554,7 @@
       wget_wstr               screen (input-operation)
       wgetbkgrnd              window
       wgetch                  screen (input-operation)
+      wgetdelay               window
       wgetn_wstr              screen (input-operation)
       wgetnstr                screen (input-operation)
       wgetparent              window
@@ -582,8 +585,8 @@
       wnoutrefresh            screen
       wprintw                 window
       wredrawln               window
-      wrefresh                screen
 
+      wrefresh                screen
       wresize                 window locks(windowlist)
       wscanw                  screen
       wscrl                   window
@@ -600,17 +603,17 @@
 
 
 
-

RETURN VALUE

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

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-
@@ -618,17 +621,27 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

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