X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;h=dd19f4337e0e1a74b761600488cc732348bd49d8;hp=f2ee9b74a2a328dfa37f9c7a1161a47baf8c90ec;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/doc/html/man/curs_threads.3x.html b/doc/html/man/curs_threads.3x.html index f2ee9b74..dd19f433 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

-       use_screen, use_window - curses thread support
+

NAME

+       curs_threads - curses thread support
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        typedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);
@@ -61,14 +59,13 @@
        int get_escdelay(void);
        int set_escdelay(int size);
        int set_tabsize(int size);
-       int  use_screen(SCREEN  *scr, NCURSES_WINDOW_CB func, void
+       int  use_screen(SCREEN  *scr, NCURSES_SCREEN_CB func, void
        *data);
-       int use_window(WINDOW *win, NCURSES_SCREEN_CB  func,  void
+       int use_window(WINDOW *win, NCURSES_WINDOW_CB  func,  void
        *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
@@ -108,7 +105,8 @@
        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 +550,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 +581,8 @@
       wnoutrefresh            screen
       wprintw                 window
       wredrawln               window
-      wrefresh                screen
 
+      wrefresh                screen
       wresize                 window locks(windowlist)
       wscanw                  screen
       wscrl                   window
@@ -599,36 +598,42 @@
       wvline_set              window
 
 
-
-

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

SEE ALSO

-       curses(3x), curs_opaque(3x)
+

SEE ALSO

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